Html Css Color HEX #9F3EAA Deep Lilac

📋 copy color: '#9F3EAA'

red 159 ◦ green 62 ◦ blue 170

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

Shades of Deep Lilac #9F3EAA

Tints of Deep Lilac #9F3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 40.66%
G = 15.86%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F3EAA (or 0x9F3EAA) is known color: Deep Lilac. HEX triplet: 9F, 3E and AA. RGB value is (159,62,170). Sum of RGB (Red+Green+Blue) = 159+62+170=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3EAA is #60C155. Grayscale: #666666. Windows color (decimal): -6340950 or 11157151. OLE color: 11157151.

HSL color Cylindrical-coordinate representation of color #9F3EAA: hue angle of 293.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3EAA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 62 170 -
CMYK 0.06 0.64 0 0.33
HSL 293.89º 0.47% 0.45% -
HSV(B) 293.89º 0.64% 0.67% -
XYZ 23.28 13.72 39.45 -
YUV 103.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 159 62 170 0.06 0.64 0 0.33 293.89 0.47 0.45
Hex 9F 3E AA 6 40 0 21 126 2F 2D
Octal 237 76 252 6 100 0 41 446 57 55
Binary 10011111 111110 10101010 110 1000000 0 100001 100100110 101111 101101

Color Harmonies of #9F3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3EAA

Black with #9F3EAA

Text Example


Text Example

White with #9F3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,170); }

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

background-color css

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

 a { background-color: rgb(159,62,170); }

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

border-color css

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

 span { border-color: rgb(159,62,170); }

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