Html Css Color HEX #9F52CA Deep Lilac

📋 copy color: '#9F52CA'

red 159 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #9F52CA

Tints of Deep Lilac #9F52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 35.89%
G = 18.51%
B = 45.6%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F52CA (or 0x9F52CA) is known color: Deep Lilac. HEX triplet: 9F, 52 and CA. RGB value is (159,82,202). Sum of RGB (Red+Green+Blue) = 159+82+202=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52CA is #60AD35. Grayscale: #767676. Windows color (decimal): -6335798 or 13259423. OLE color: 13259423.

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

Color convert

RGB 159 82 202 -
CMYK 0.21 0.59 0 0.21
HSL 278.5º 0.53% 0.56% -
HSV(B) 278.5º 0.59% 0.79% -
XYZ 27.98 17.67 57.81 -
YUV 118.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 159 82 202 0.21 0.59 0 0.21 278.5 0.53 0.56
Hex 9F 52 CA 15 3B 0 15 116 35 38
Octal 237 122 312 25 73 0 25 426 65 70
Binary 10011111 1010010 11001010 10101 111011 0 10101 100010110 110101 111000

Color Harmonies of #9F52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52CA

Black with #9F52CA

Text Example


Text Example

White with #9F52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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