Html Css Color HEX #9B66BA Deep Lilac

📋 copy color: '#9B66BA'

red 155 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #9B66BA

Tints of Deep Lilac #9B66BA

RGB

 RED value IS 155 (60.94% from 255) = 34.99%

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

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

R = 34.99%
G = 23.02%
B = 41.99%

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

#9B66BA (or 0x9B66BA) is known color: Deep Lilac. HEX triplet: 9B, 66 and BA. RGB value is (155,102,186). Sum of RGB (Red+Green+Blue) = 155+102+186=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B66BA is #649945. Grayscale: #7F7F7F. Windows color (decimal): -6592838 or 12215963. OLE color: 12215963.

HSL color Cylindrical-coordinate representation of color #9B66BA: hue angle of 277.86º 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 #9B66BA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 102 186 -
CMYK 0.17 0.45 0 0.27
HSL 277.86º 0.38% 0.56% -
HSV(B) 277.86º 0.45% 0.73% -
XYZ 27.13 20.02 48.89 -
YUV 127.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 155 102 186 0.17 0.45 0 0.27 277.86 0.38 0.56
Hex 9B 66 BA 11 2D 0 1B 116 26 38
Octal 233 146 272 21 55 0 33 426 46 70
Binary 10011011 1100110 10111010 10001 101101 0 11011 100010110 100110 111000

Color Harmonies of #9B66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B66BA

Black with #9B66BA

Text Example


Text Example

White with #9B66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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