Html Css Color HEX #9F56CB Deep Lilac

📋 copy color: '#9F56CB'

red 159 ◦ green 86 ◦ blue 203

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

Shades of Deep Lilac #9F56CB

Tints of Deep Lilac #9F56CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 35.49%
G = 19.2%
B = 45.31%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F56CB (or 0x9F56CB) is known color: Deep Lilac. HEX triplet: 9F, 56 and CB. RGB value is (159,86,203). Sum of RGB (Red+Green+Blue) = 159+86+203=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56CB is #60A934. Grayscale: #787878. Windows color (decimal): -6334773 or 13325983. OLE color: 13325983.

HSL color Cylindrical-coordinate representation of color #9F56CB: hue angle of 277.44º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F56CB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 86 203 -
CMYK 0.22 0.58 0 0.20
HSL 277.44º 0.53% 0.57% -
HSV(B) 277.44º 0.58% 0.8% -
XYZ 28.41 18.34 58.54 -
YUV 121.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 159 86 203 0.22 0.58 0 0.20 277.44 0.53 0.57
Hex 9F 56 CB 16 3A 0 14 115 35 39
Octal 237 126 313 26 72 0 24 425 65 71
Binary 10011111 1010110 11001011 10110 111010 0 10100 100010101 110101 111001

Color Harmonies of #9F56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56CB

Black with #9F56CB

Text Example


Text Example

White with #9F56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,86,203); }

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

background-color css

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

 a { background-color: rgb(159,86,203); }

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

border-color css

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

 span { border-color: rgb(159,86,203); }

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