Html Css Color HEX #9F3DAF Deep Lilac

📋 copy color: '#9F3DAF'

red 159 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #9F3DAF

Tints of Deep Lilac #9F3DAF

RGB

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

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

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

R = 40.25%
G = 15.44%
B = 44.3%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F3DAF (or 0x9F3DAF) is known color: Deep Lilac. HEX triplet: 9F, 3D and AF. RGB value is (159,61,175). Sum of RGB (Red+Green+Blue) = 159+61+175=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F3DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3DAF is #60C250. Grayscale: #666666. Windows color (decimal): -6341201 or 11484575. OLE color: 11484575.

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

Color convert

RGB 159 61 175 -
CMYK 0.09 0.65 0 0.31
HSL 291.58º 0.48% 0.46% -
HSV(B) 291.58º 0.65% 0.69% -
XYZ 23.7 13.8 41.97 -
YUV 103.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 159 61 175 0.09 0.65 0 0.31 291.58 0.48 0.46
Hex 9F 3D AF 9 41 0 1F 124 30 2E
Octal 237 75 257 11 101 0 37 444 60 56
Binary 10011111 111101 10101111 1001 1000001 0 11111 100100100 110000 101110

Color Harmonies of #9F3DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3DAF

Black with #9F3DAF

Text Example


Text Example

White with #9F3DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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