Html Css Color HEX #9B64BA Deep Lilac

📋 copy color: '#9B64BA'

red 155 ◦ green 100 ◦ blue 186

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

Shades of Deep Lilac #9B64BA

Tints of Deep Lilac #9B64BA

RGB

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

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

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

R = 35.15%
G = 22.68%
B = 42.18%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B64BA (or 0x9B64BA) is known color: Deep Lilac. HEX triplet: 9B, 64 and BA. RGB value is (155,100,186). Sum of RGB (Red+Green+Blue) = 155+100+186=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64BA is #649B45. Grayscale: #7D7D7D. Windows color (decimal): -6593350 or 12215451. OLE color: 12215451.

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

Color convert

RGB 155 100 186 -
CMYK 0.17 0.46 0 0.27
HSL 278.37º 0.38% 0.56% -
HSV(B) 278.37º 0.46% 0.73% -
XYZ 26.94 19.63 48.82 -
YUV 126.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 155 100 186 0.17 0.46 0 0.27 278.37 0.38 0.56
Hex 9B 64 BA 11 2E 0 1B 116 26 38
Octal 233 144 272 21 56 0 33 426 46 70
Binary 10011011 1100100 10111010 10001 101110 0 11011 100010110 100110 111000

Color Harmonies of #9B64BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B64BA

Black with #9B64BA

Text Example


Text Example

White with #9B64BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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