Html Css Color HEX #9A66BA Deep Lilac

📋 copy color: '#9A66BA'

red 154 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #9A66BA

Tints of Deep Lilac #9A66BA

RGB

 RED value IS 154 (60.55% from 255) = 34.84%

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 34.84%
G = 23.08%
B = 42.08%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A66BA (or 0x9A66BA) is known color: Deep Lilac. HEX triplet: 9A, 66 and BA. RGB value is (154,102,186). Sum of RGB (Red+Green+Blue) = 154+102+186=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66BA is #659945. Grayscale: #7E7E7E. Windows color (decimal): -6658374 or 12215962. OLE color: 12215962.

HSL color Cylindrical-coordinate representation of color #9A66BA: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A66BA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 102 186 -
CMYK 0.17 0.45 0 0.27
HSL 277.14º 0.38% 0.56% -
HSV(B) 277.14º 0.45% 0.73% -
XYZ 26.94 19.92 48.88 -
YUV 127.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 154 102 186 0.17 0.45 0 0.27 277.14 0.38 0.56
Hex 9A 66 BA 11 2D 0 1B 115 26 38
Octal 232 146 272 21 55 0 33 425 46 70
Binary 10011010 1100110 10111010 10001 101101 0 11011 100010101 100110 111000

Color Harmonies of #9A66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A66BA

Black with #9A66BA

Text Example


Text Example

White with #9A66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A66BA; }

 p { color: rgb(154,102,186); }

 H1.HeaderClassName
 {
   color: #9A66BA;
 }
 .AnyTagClassName
 {
   color: #9A66BA;
 }
</style>

background-color css

<style>
 a { background-color: #9A66BA; }

 a { background-color: rgb(154,102,186); }

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

border-color css

<style>
 span { border-color: #9A66BA; }

 span { border-color: rgb(154,102,186); }

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