Html Css Color HEX #9F54CE Deep Lilac

📋 copy color: '#9F54CE'

red 159 ◦ green 84 ◦ blue 206

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

Shades of Deep Lilac #9F54CE

Tints of Deep Lilac #9F54CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 35.41%
G = 18.71%
B = 45.88%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F54CE (or 0x9F54CE) is known color: Deep Lilac. HEX triplet: 9F, 54 and CE. RGB value is (159,84,206). Sum of RGB (Red+Green+Blue) = 159+84+206=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54CE is #60AB31. Grayscale: #777777. Windows color (decimal): -6335282 or 13522079. OLE color: 13522079.

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

Color convert

RGB 159 84 206 -
CMYK 0.23 0.59 0 0.19
HSL 276.89º 0.55% 0.57% -
HSV(B) 276.89º 0.59% 0.81% -
XYZ 28.61 18.17 60.39 -
YUV 120.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 159 84 206 0.23 0.59 0 0.19 276.89 0.55 0.57
Hex 9F 54 CE 17 3B 0 13 115 37 39
Octal 237 124 316 27 73 0 23 425 67 71
Binary 10011111 1010100 11001110 10111 111011 0 10011 100010101 110111 111001

Color Harmonies of #9F54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F54CE

Black with #9F54CE

Text Example


Text Example

White with #9F54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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