Html Css Color HEX #9F50CF Deep Lilac

📋 copy color: '#9F50CF'

red 159 ◦ green 80 ◦ blue 207

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

Shades of Deep Lilac #9F50CF

Tints of Deep Lilac #9F50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 35.65%
G = 17.94%
B = 46.41%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F50CF (or 0x9F50CF) is known color: Deep Lilac. HEX triplet: 9F, 50 and CF. RGB value is (159,80,207). Sum of RGB (Red+Green+Blue) = 159+80+207=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50CF is #60AF30. Grayscale: #757575. Windows color (decimal): -6336305 or 13586591. OLE color: 13586591.

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

Color convert

RGB 159 80 207 -
CMYK 0.23 0.61 0 0.19
HSL 277.32º 0.57% 0.56% -
HSV(B) 277.32º 0.61% 0.81% -
XYZ 28.43 17.61 60.93 -
YUV 118.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 159 80 207 0.23 0.61 0 0.19 277.32 0.57 0.56
Hex 9F 50 CF 17 3D 0 13 115 39 38
Octal 237 120 317 27 75 0 23 425 71 70
Binary 10011111 1010000 11001111 10111 111101 0 10011 100010101 111001 111000

Color Harmonies of #9F50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F50CF

Black with #9F50CF

Text Example


Text Example

White with #9F50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,207); }

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

background-color css

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

 a { background-color: rgb(159,80,207); }

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

border-color css

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

 span { border-color: rgb(159,80,207); }

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