Html Css Color HEX #9F5BAE Deep Lilac

📋 copy color: '#9F5BAE'

red 159 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #9F5BAE

Tints of Deep Lilac #9F5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 37.5%
G = 21.46%
B = 41.04%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F5BAE (or 0x9F5BAE) is known color: Deep Lilac. HEX triplet: 9F, 5B and AE. RGB value is (159,91,174). Sum of RGB (Red+Green+Blue) = 159+91+174=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5BAE is #60A451. Grayscale: #787878. Windows color (decimal): -6333522 or 11426719. OLE color: 11426719.

HSL color Cylindrical-coordinate representation of color #9F5BAE: hue angle of 289.16º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5BAE is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 91 174 -
CMYK 0.09 0.48 0 0.32
HSL 289.16º 0.34% 0.52% -
HSV(B) 289.16º 0.48% 0.68% -
XYZ 25.68 17.91 42.15 -
YUV 120.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 159 91 174 0.09 0.48 0 0.32 289.16 0.34 0.52
Hex 9F 5B AE 9 30 0 20 121 22 34
Octal 237 133 256 11 60 0 40 441 42 64
Binary 10011111 1011011 10101110 1001 110000 0 100000 100100001 100010 110100

Color Harmonies of #9F5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5BAE

Black with #9F5BAE

Text Example


Text Example

White with #9F5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,91,174); }

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

background-color css

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

 a { background-color: rgb(159,91,174); }

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

border-color css

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

 span { border-color: rgb(159,91,174); }

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