Html Css Color HEX #9F64BE Deep Lilac

📋 copy color: '#9F64BE'

red 159 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #9F64BE

Tints of Deep Lilac #9F64BE

RGB

 RED value IS 159 (62.5% from 255) = 35.41%

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 35.41%
G = 22.27%
B = 42.32%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F64BE (or 0x9F64BE) is known color: Deep Lilac. HEX triplet: 9F, 64 and BE. RGB value is (159,100,190). Sum of RGB (Red+Green+Blue) = 159+100+190=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64BE is #609B41. Grayscale: #7F7F7F. Windows color (decimal): -6331202 or 12477599. OLE color: 12477599.

HSL color Cylindrical-coordinate representation of color #9F64BE: hue angle of 279.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F64BE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 100 190 -
CMYK 0.16 0.47 0 0.25
HSL 279.33º 0.41% 0.57% -
HSV(B) 279.33º 0.47% 0.75% -
XYZ 28.15 20.2 51.13 -
YUV 127.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 159 100 190 0.16 0.47 0 0.25 279.33 0.41 0.57
Hex 9F 64 BE 10 2F 0 19 117 29 39
Octal 237 144 276 20 57 0 31 427 51 71
Binary 10011111 1100100 10111110 10000 101111 0 11001 100010111 101001 111001

Color Harmonies of #9F64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64BE

Black with #9F64BE

Text Example


Text Example

White with #9F64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,190); }

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

background-color css

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

 a { background-color: rgb(159,100,190); }

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

border-color css

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

 span { border-color: rgb(159,100,190); }

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