Html Css Color HEX #9F3DAC Deep Lilac

📋 copy color: '#9F3DAC'

red 159 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #9F3DAC

Tints of Deep Lilac #9F3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

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

R = 40.56%
G = 15.56%
B = 43.88%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F3DAC (or 0x9F3DAC) is known color: Deep Lilac. HEX triplet: 9F, 3D and AC. RGB value is (159,61,172). Sum of RGB (Red+Green+Blue) = 159+61+172=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3DAC is #60C253. Grayscale: #666666. Windows color (decimal): -6341204 or 11287967. OLE color: 11287967.

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

Color convert

RGB 159 61 172 -
CMYK 0.08 0.65 0 0.33
HSL 292.97º 0.48% 0.46% -
HSV(B) 292.97º 0.65% 0.67% -
XYZ 23.41 13.69 40.44 -
YUV 102.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 159 61 172 0.08 0.65 0 0.33 292.97 0.48 0.46
Hex 9F 3D AC 8 41 0 21 125 30 2E
Octal 237 75 254 10 101 0 41 445 60 56
Binary 10011111 111101 10101100 1000 1000001 0 100001 100100101 110000 101110

Color Harmonies of #9F3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3DAC

Black with #9F3DAC

Text Example


Text Example

White with #9F3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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