Html Css Color HEX #9F58BA Deep Lilac

📋 copy color: '#9F58BA'

red 159 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9F58BA

Tints of Deep Lilac #9F58BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 36.72%
G = 20.32%
B = 42.96%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F58BA (or 0x9F58BA) is known color: Deep Lilac. HEX triplet: 9F, 58 and BA. RGB value is (159,88,186). Sum of RGB (Red+Green+Blue) = 159+88+186=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58BA is #60A745. Grayscale: #787878. Windows color (decimal): -6334278 or 12212383. OLE color: 12212383.

HSL color Cylindrical-coordinate representation of color #9F58BA: hue angle of 283.47º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F58BA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 88 186 -
CMYK 0.15 0.53 0 0.27
HSL 283.47º 0.42% 0.54% -
HSV(B) 283.47º 0.53% 0.73% -
XYZ 26.65 17.9 48.5 -
YUV 120.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 159 88 186 0.15 0.53 0 0.27 283.47 0.42 0.54
Hex 9F 58 BA F 35 0 1B 11B 2A 36
Octal 237 130 272 17 65 0 33 433 52 66
Binary 10011111 1011000 10111010 1111 110101 0 11011 100011011 101010 110110

Color Harmonies of #9F58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58BA

Black with #9F58BA

Text Example


Text Example

White with #9F58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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