Html Css Color HEX #9F55CA Deep Lilac

📋 copy color: '#9F55CA'

red 159 ◦ green 85 ◦ blue 202

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

Shades of Deep Lilac #9F55CA

Tints of Deep Lilac #9F55CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 35.65%
G = 19.06%
B = 45.29%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F55CA (or 0x9F55CA) is known color: Deep Lilac. HEX triplet: 9F, 55 and CA. RGB value is (159,85,202). Sum of RGB (Red+Green+Blue) = 159+85+202=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55CA is #60AA35. Grayscale: #787878. Windows color (decimal): -6335030 or 13260191. OLE color: 13260191.

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

Color convert

RGB 159 85 202 -
CMYK 0.21 0.58 0 0.21
HSL 277.95º 0.52% 0.56% -
HSV(B) 277.95º 0.58% 0.79% -
XYZ 28.21 18.13 57.89 -
YUV 120.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 159 85 202 0.21 0.58 0 0.21 277.95 0.52 0.56
Hex 9F 55 CA 15 3A 0 15 116 34 38
Octal 237 125 312 25 72 0 25 426 64 70
Binary 10011111 1010101 11001010 10101 111010 0 10101 100010110 110100 111000

Color Harmonies of #9F55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55CA

Black with #9F55CA

Text Example


Text Example

White with #9F55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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