Html Css Color HEX #9F58BE Deep Lilac

📋 copy color: '#9F58BE'

red 159 ◦ green 88 ◦ blue 190

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

Shades of Deep Lilac #9F58BE

Tints of Deep Lilac #9F58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.14%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 36.38%
G = 20.14%
B = 43.48%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F58BE (or 0x9F58BE) is known color: Deep Lilac. HEX triplet: 9F, 58 and BE. RGB value is (159,88,190). Sum of RGB (Red+Green+Blue) = 159+88+190=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58BE is #60A741. Grayscale: #787878. Windows color (decimal): -6334274 or 12474527. OLE color: 12474527.

HSL color Cylindrical-coordinate representation of color #9F58BE: hue angle of 281.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F58BE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 88 190 -
CMYK 0.16 0.54 0 0.25
HSL 281.76º 0.44% 0.55% -
HSV(B) 281.76º 0.54% 0.75% -
XYZ 27.08 18.07 50.78 -
YUV 120.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 159 88 190 0.16 0.54 0 0.25 281.76 0.44 0.55
Hex 9F 58 BE 10 36 0 19 11A 2C 37
Octal 237 130 276 20 66 0 31 432 54 67
Binary 10011111 1011000 10111110 10000 110110 0 11001 100011010 101100 110111

Color Harmonies of #9F58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58BE

Black with #9F58BE

Text Example


Text Example

White with #9F58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,190); }

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

background-color css

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

 a { background-color: rgb(159,88,190); }

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

border-color css

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

 span { border-color: rgb(159,88,190); }

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