Html Css Color HEX #9F55CB Deep Lilac

📋 copy color: '#9F55CB'

red 159 ◦ green 85 ◦ blue 203

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

Shades of Deep Lilac #9F55CB

Tints of Deep Lilac #9F55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

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

R = 35.57%
G = 19.02%
B = 45.41%

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

#9F55CB (or 0x9F55CB) is known color: Deep Lilac. HEX triplet: 9F, 55 and CB. RGB value is (159,85,203). Sum of RGB (Red+Green+Blue) = 159+85+203=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55CB is #60AA34. Grayscale: #787878. Windows color (decimal): -6335029 or 13325727. OLE color: 13325727.

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

Color convert

RGB 159 85 203 -
CMYK 0.22 0.58 0 0.20
HSL 277.63º 0.53% 0.56% -
HSV(B) 277.63º 0.58% 0.8% -
XYZ 28.33 18.18 58.52 -
YUV 120.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 159 85 203 0.22 0.58 0 0.20 277.63 0.53 0.56
Hex 9F 55 CB 16 3A 0 14 116 35 38
Octal 237 125 313 26 72 0 24 426 65 70
Binary 10011111 1010101 11001011 10110 111010 0 10100 100010110 110101 111000

Color Harmonies of #9F55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55CB

Black with #9F55CB

Text Example


Text Example

White with #9F55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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