Html Css Color HEX #9466AD Ce Soir

📋 copy color: '#9466AD'

red 148 ◦ green 102 ◦ blue 173

#9466AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9466AD

Tints of Ce Soir #9466AD

RGB

 RED value IS 148 (58.2% from 255) = 34.99%

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 34.99%
G = 24.11%
B = 40.9%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9466AD (or 0x9466AD) is known color: Ce Soir. HEX triplet: 94, 66 and AD. RGB value is (148,102,173). Sum of RGB (Red+Green+Blue) = 148+102+173=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9466AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9466AD is #6B9952. Grayscale: #7B7B7B. Windows color (decimal): -7051603 or 11363988. OLE color: 11363988.

HSL color Cylindrical-coordinate representation of color #9466AD: hue angle of 278.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9466AD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 102 173 -
CMYK 0.14 0.41 0 0.32
HSL 278.87º 0.3% 0.54% -
HSV(B) 278.87º 0.41% 0.68% -
XYZ 24.51 18.82 41.88 -
YUV 123.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 148 102 173 0.14 0.41 0 0.32 278.87 0.3 0.54
Hex 94 66 AD E 29 0 20 117 1E 36
Octal 224 146 255 16 51 0 40 427 36 66
Binary 10010100 1100110 10101101 1110 101001 0 100000 100010111 11110 110110

Color Harmonies of #9466AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466AD

Black with #9466AD

Text Example


Text Example

White with #9466AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9466AD; }

 p { color: rgb(148,102,173); }

 H1.HeaderClassName
 {
   color: #9466AD;
 }
 .AnyTagClassName
 {
   color: #9466AD;
 }
</style>

background-color css

<style>
 a { background-color: #9466AD; }

 a { background-color: rgb(148,102,173); }

 div.DivClassName
 {
   background-color: #9466AD;
 }
 .BgClassName
 {
   background-color: #9466AD;
 }
</style>

border-color css

<style>
 span { border-color: #9466AD; }

 span { border-color: rgb(148,102,173); }

 td.TdClassName
 {
   border-color: #9466AD;
 }
 .TagClassName
 {
   border-color: #9466AD;
 }
</style>