Html Css Color HEX #9F5ABC Deep Lilac

📋 copy color: '#9F5ABC'

red 159 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #9F5ABC

Tints of Deep Lilac #9F5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 36.38%
G = 20.59%
B = 43.02%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F5ABC (or 0x9F5ABC) is known color: Deep Lilac. HEX triplet: 9F, 5A and BC. RGB value is (159,90,188). Sum of RGB (Red+Green+Blue) = 159+90+188=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ABC is #60A543. Grayscale: #797979. Windows color (decimal): -6333764 or 12343967. OLE color: 12343967.

HSL color Cylindrical-coordinate representation of color #9F5ABC: hue angle of 282.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F5ABC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 90 188 -
CMYK 0.15 0.52 0 0.26
HSL 282.24º 0.42% 0.55% -
HSV(B) 282.24º 0.52% 0.74% -
XYZ 27.03 18.31 49.69 -
YUV 121.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 159 90 188 0.15 0.52 0 0.26 282.24 0.42 0.55
Hex 9F 5A BC F 34 0 1A 11A 2A 37
Octal 237 132 274 17 64 0 32 432 52 67
Binary 10011111 1011010 10111100 1111 110100 0 11010 100011010 101010 110111

Color Harmonies of #9F5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5ABC

Black with #9F5ABC

Text Example


Text Example

White with #9F5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,188); }

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

background-color css

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

 a { background-color: rgb(159,90,188); }

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

border-color css

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

 span { border-color: rgb(159,90,188); }

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