Html Css Color HEX #9F52CB Deep Lilac

📋 copy color: '#9F52CB'

red 159 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #9F52CB

Tints of Deep Lilac #9F52CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 35.81%
G = 18.47%
B = 45.72%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F52CB (or 0x9F52CB) is known color: Deep Lilac. HEX triplet: 9F, 52 and CB. RGB value is (159,82,203). Sum of RGB (Red+Green+Blue) = 159+82+203=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52CB is #60AD34. Grayscale: #767676. Windows color (decimal): -6335797 or 13324959. OLE color: 13324959.

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

Color convert

RGB 159 82 203 -
CMYK 0.22 0.60 0 0.20
HSL 278.18º 0.54% 0.56% -
HSV(B) 278.18º 0.6% 0.8% -
XYZ 28.09 17.72 58.44 -
YUV 118.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 159 82 203 0.22 0.60 0 0.20 278.18 0.54 0.56
Hex 9F 52 CB 16 3C 0 14 116 36 38
Octal 237 122 313 26 74 0 24 426 66 70
Binary 10011111 1010010 11001011 10110 111100 0 10100 100010110 110110 111000

Color Harmonies of #9F52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52CB

Black with #9F52CB

Text Example


Text Example

White with #9F52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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