Html Css Color HEX #9A66BC Deep Lilac

📋 copy color: '#9A66BC'

red 154 ◦ green 102 ◦ blue 188

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

Shades of Deep Lilac #9A66BC

Tints of Deep Lilac #9A66BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 34.68%
G = 22.97%
B = 42.34%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A66BC (or 0x9A66BC) is known color: Deep Lilac. HEX triplet: 9A, 66 and BC. RGB value is (154,102,188). Sum of RGB (Red+Green+Blue) = 154+102+188=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66BC is #659943. Grayscale: #7F7F7F. Windows color (decimal): -6658372 or 12347034. OLE color: 12347034.

HSL color Cylindrical-coordinate representation of color #9A66BC: hue angle of 276.28º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A66BC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 102 188 -
CMYK 0.18 0.46 0 0.26
HSL 276.28º 0.39% 0.57% -
HSV(B) 276.28º 0.46% 0.74% -
XYZ 27.15 20 50.01 -
YUV 127.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 154 102 188 0.18 0.46 0 0.26 276.28 0.39 0.57
Hex 9A 66 BC 12 2E 0 1A 114 27 39
Octal 232 146 274 22 56 0 32 424 47 71
Binary 10011010 1100110 10111100 10010 101110 0 11010 100010100 100111 111001

Color Harmonies of #9A66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A66BC

Black with #9A66BC

Text Example


Text Example

White with #9A66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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