Html Css Color HEX #9B64BD Deep Lilac

📋 copy color: '#9B64BD'

red 155 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #9B64BD

Tints of Deep Lilac #9B64BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 34.91%
G = 22.52%
B = 42.57%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B64BD (or 0x9B64BD) is known color: Deep Lilac. HEX triplet: 9B, 64 and BD. RGB value is (155,100,189). Sum of RGB (Red+Green+Blue) = 155+100+189=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64BD is #649B42. Grayscale: #7E7E7E. Windows color (decimal): -6593347 or 12412059. OLE color: 12412059.

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

Color convert

RGB 155 100 189 -
CMYK 0.18 0.47 0 0.26
HSL 277.08º 0.4% 0.57% -
HSV(B) 277.08º 0.47% 0.74% -
XYZ 27.26 19.76 50.52 -
YUV 126.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 155 100 189 0.18 0.47 0 0.26 277.08 0.4 0.57
Hex 9B 64 BD 12 2F 0 1A 115 28 39
Octal 233 144 275 22 57 0 32 425 50 71
Binary 10011011 1100100 10111101 10010 101111 0 11010 100010101 101000 111001

Color Harmonies of #9B64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B64BD

Black with #9B64BD

Text Example


Text Example

White with #9B64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,189); }

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

background-color css

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

 a { background-color: rgb(155,100,189); }

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

border-color css

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

 span { border-color: rgb(155,100,189); }

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