Html Css Color HEX #9F53CE Deep Lilac

📋 copy color: '#9F53CE'

red 159 ◦ green 83 ◦ blue 206

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

Shades of Deep Lilac #9F53CE

Tints of Deep Lilac #9F53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.53%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 35.49%
G = 18.53%
B = 45.98%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F53CE (or 0x9F53CE) is known color: Deep Lilac. HEX triplet: 9F, 53 and CE. RGB value is (159,83,206). Sum of RGB (Red+Green+Blue) = 159+83+206=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F53CE is #60AC31. Grayscale: #777777. Windows color (decimal): -6335538 or 13521823. OLE color: 13521823.

HSL color Cylindrical-coordinate representation of color #9F53CE: hue angle of 277.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F53CE is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 83 206 -
CMYK 0.23 0.60 0 0.19
HSL 277.07º 0.56% 0.57% -
HSV(B) 277.07º 0.6% 0.81% -
XYZ 28.53 18.01 60.37 -
YUV 119.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 159 83 206 0.23 0.60 0 0.19 277.07 0.56 0.57
Hex 9F 53 CE 17 3C 0 13 115 38 39
Octal 237 123 316 27 74 0 23 425 70 71
Binary 10011111 1010011 11001110 10111 111100 0 10011 100010101 111000 111001

Color Harmonies of #9F53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F53CE

Black with #9F53CE

Text Example


Text Example

White with #9F53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,206); }

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

background-color css

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

 a { background-color: rgb(159,83,206); }

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

border-color css

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

 span { border-color: rgb(159,83,206); }

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