Html Css Color HEX #9F3EAC Deep Lilac

📋 copy color: '#9F3EAC'

red 159 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #9F3EAC

Tints of Deep Lilac #9F3EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 40.46%
G = 15.78%
B = 43.77%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F3EAC (or 0x9F3EAC) is known color: Deep Lilac. HEX triplet: 9F, 3E and AC. RGB value is (159,62,172). Sum of RGB (Red+Green+Blue) = 159+62+172=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3EAC is #60C153. Grayscale: #676767. Windows color (decimal): -6340948 or 11288223. OLE color: 11288223.

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

Color convert

RGB 159 62 172 -
CMYK 0.08 0.64 0 0.33
HSL 292.91º 0.47% 0.46% -
HSV(B) 292.91º 0.64% 0.67% -
XYZ 23.47 13.79 40.46 -
YUV 103.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 159 62 172 0.08 0.64 0 0.33 292.91 0.47 0.46
Hex 9F 3E AC 8 40 0 21 125 2F 2E
Octal 237 76 254 10 100 0 41 445 57 56
Binary 10011111 111110 10101100 1000 1000000 0 100001 100100101 101111 101110

Color Harmonies of #9F3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3EAC

Black with #9F3EAC

Text Example


Text Example

White with #9F3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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