Html Css Color HEX #9F59CA Deep Lilac

📋 copy color: '#9F59CA'

red 159 ◦ green 89 ◦ blue 202

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

Shades of Deep Lilac #9F59CA

Tints of Deep Lilac #9F59CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.78%

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

R = 35.33%
G = 19.78%
B = 44.89%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F59CA (or 0x9F59CA) is known color: Deep Lilac. HEX triplet: 9F, 59 and CA. RGB value is (159,89,202). Sum of RGB (Red+Green+Blue) = 159+89+202=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59CA is #60A635. Grayscale: #7A7A7A. Windows color (decimal): -6334006 or 13261215. OLE color: 13261215.

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

Color convert

RGB 159 89 202 -
CMYK 0.21 0.56 0 0.21
HSL 277.17º 0.52% 0.57% -
HSV(B) 277.17º 0.56% 0.79% -
XYZ 28.53 18.78 58 -
YUV 122.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 159 89 202 0.21 0.56 0 0.21 277.17 0.52 0.57
Hex 9F 59 CA 15 38 0 15 115 34 39
Octal 237 131 312 25 70 0 25 425 64 71
Binary 10011111 1011001 11001010 10101 111000 0 10101 100010101 110100 111001

Color Harmonies of #9F59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59CA

Black with #9F59CA

Text Example


Text Example

White with #9F59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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