Html Css Color HEX #9B66BC Deep Lilac

📋 copy color: '#9B66BC'

red 155 ◦ green 102 ◦ blue 188

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

Shades of Deep Lilac #9B66BC

Tints of Deep Lilac #9B66BC

RGB

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

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

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

R = 34.83%
G = 22.92%
B = 42.25%

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

#9B66BC (or 0x9B66BC) is known color: Deep Lilac. HEX triplet: 9B, 66 and BC. RGB value is (155,102,188). Sum of RGB (Red+Green+Blue) = 155+102+188=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B66BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B66BC is #649943. Grayscale: #7F7F7F. Windows color (decimal): -6592836 or 12347035. OLE color: 12347035.

HSL color Cylindrical-coordinate representation of color #9B66BC: hue angle of 276.98º 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 #9B66BC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 102 188 -
CMYK 0.18 0.46 0 0.26
HSL 276.98º 0.39% 0.57% -
HSV(B) 276.98º 0.46% 0.74% -
XYZ 27.35 20.1 50.02 -
YUV 127.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 155 102 188 0.18 0.46 0 0.26 276.98 0.39 0.57
Hex 9B 66 BC 12 2E 0 1A 115 27 39
Octal 233 146 274 22 56 0 32 425 47 71
Binary 10011011 1100110 10111100 10010 101110 0 11010 100010101 100111 111001

Color Harmonies of #9B66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B66BC

Black with #9B66BC

Text Example


Text Example

White with #9B66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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