Html Css Color HEX #9F50C0 Deep Lilac

📋 copy color: '#9F50C0'

red 159 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #9F50C0

Tints of Deep Lilac #9F50C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 36.89%
G = 18.56%
B = 44.55%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F50C0 (or 0x9F50C0) is known color: Deep Lilac. HEX triplet: 9F, 50 and C0. RGB value is (159,80,192). Sum of RGB (Red+Green+Blue) = 159+80+192=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F50C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50C0 is #60AF3F. Grayscale: #747474. Windows color (decimal): -6336320 or 12603551. OLE color: 12603551.

HSL color Cylindrical-coordinate representation of color #9F50C0: hue angle of 282.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F50C0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 80 192 -
CMYK 0.17 0.58 0 0.25
HSL 282.32º 0.47% 0.53% -
HSV(B) 282.32º 0.58% 0.75% -
XYZ 26.68 16.91 51.73 -
YUV 116.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 159 80 192 0.17 0.58 0 0.25 282.32 0.47 0.53
Hex 9F 50 C0 11 3A 0 19 11A 2F 35
Octal 237 120 300 21 72 0 31 432 57 65
Binary 10011111 1010000 11000000 10001 111010 0 11001 100011010 101111 110101

Color Harmonies of #9F50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F50C0

Black with #9F50C0

Text Example


Text Example

White with #9F50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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