Html Css Color HEX #9F56CA Deep Lilac

📋 copy color: '#9F56CA'

red 159 ◦ green 86 ◦ blue 202

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

Shades of Deep Lilac #9F56CA

Tints of Deep Lilac #9F56CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.24%

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

R = 35.57%
G = 19.24%
B = 45.19%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F56CA (or 0x9F56CA) is known color: Deep Lilac. HEX triplet: 9F, 56 and CA. RGB value is (159,86,202). Sum of RGB (Red+Green+Blue) = 159+86+202=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56CA is #60A935. Grayscale: #787878. Windows color (decimal): -6334774 or 13260447. OLE color: 13260447.

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

Color convert

RGB 159 86 202 -
CMYK 0.21 0.57 0 0.21
HSL 277.76º 0.52% 0.56% -
HSV(B) 277.76º 0.57% 0.79% -
XYZ 28.29 18.29 57.92 -
YUV 121.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 159 86 202 0.21 0.57 0 0.21 277.76 0.52 0.56
Hex 9F 56 CA 15 39 0 15 116 34 38
Octal 237 126 312 25 71 0 25 426 64 70
Binary 10011111 1010110 11001010 10101 111001 0 10101 100010110 110100 111000

Color Harmonies of #9F56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56CA

Black with #9F56CA

Text Example


Text Example

White with #9F56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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