Html Css Color HEX #9F54CB Deep Lilac

📋 copy color: '#9F54CB'

red 159 ◦ green 84 ◦ blue 203

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

Shades of Deep Lilac #9F54CB

Tints of Deep Lilac #9F54CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 35.65%
G = 18.83%
B = 45.52%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F54CB (or 0x9F54CB) is known color: Deep Lilac. HEX triplet: 9F, 54 and CB. RGB value is (159,84,203). Sum of RGB (Red+Green+Blue) = 159+84+203=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F54CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54CB is #60AB34. Grayscale: #777777. Windows color (decimal): -6335285 or 13325471. OLE color: 13325471.

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

Color convert

RGB 159 84 203 -
CMYK 0.22 0.59 0 0.20
HSL 277.82º 0.53% 0.56% -
HSV(B) 277.82º 0.59% 0.8% -
XYZ 28.25 18.02 58.49 -
YUV 119.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 159 84 203 0.22 0.59 0 0.20 277.82 0.53 0.56
Hex 9F 54 CB 16 3B 0 14 116 35 38
Octal 237 124 313 26 73 0 24 426 65 70
Binary 10011111 1010100 11001011 10110 111011 0 10100 100010110 110101 111000

Color Harmonies of #9F54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F54CB

Black with #9F54CB

Text Example


Text Example

White with #9F54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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