Html Css Color HEX #9E5FAF Deep Lilac

📋 copy color: '#9E5FAF'

red 158 ◦ green 95 ◦ blue 175

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

Shades of Deep Lilac #9E5FAF

Tints of Deep Lilac #9E5FAF

RGB

 RED value IS 158 (62.11% from 255) = 36.92%

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 36.92%
G = 22.2%
B = 40.89%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E5FAF (or 0x9E5FAF) is known color: Deep Lilac. HEX triplet: 9E, 5F and AF. RGB value is (158,95,175). Sum of RGB (Red+Green+Blue) = 158+95+175=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E5FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FAF is #61A050. Grayscale: #7A7A7A. Windows color (decimal): -6398033 or 11493278. OLE color: 11493278.

HSL color Cylindrical-coordinate representation of color #9E5FAF: hue angle of 287.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5FAF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 95 175 -
CMYK 0.10 0.46 0 0.31
HSL 287.25º 0.33% 0.53% -
HSV(B) 287.25º 0.46% 0.69% -
XYZ 25.93 18.55 42.77 -
YUV 122.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 158 95 175 0.10 0.46 0 0.31 287.25 0.33 0.53
Hex 9E 5F AF A 2E 0 1F 11F 21 35
Octal 236 137 257 12 56 0 37 437 41 65
Binary 10011110 1011111 10101111 1010 101110 0 11111 100011111 100001 110101

Color Harmonies of #9E5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FAF

Black with #9E5FAF

Text Example


Text Example

White with #9E5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,95,175); }

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

background-color css

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

 a { background-color: rgb(158,95,175); }

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

border-color css

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

 span { border-color: rgb(158,95,175); }

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