Html Css Color HEX #9F4CAF Deep Lilac

📋 copy color: '#9F4CAF'

red 159 ◦ green 76 ◦ blue 175

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

Shades of Deep Lilac #9F4CAF

Tints of Deep Lilac #9F4CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

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

R = 38.78%
G = 18.54%
B = 42.68%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F4CAF (or 0x9F4CAF) is known color: Deep Lilac. HEX triplet: 9F, 4C and AF. RGB value is (159,76,175). Sum of RGB (Red+Green+Blue) = 159+76+175=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F4CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4CAF is #60B350. Grayscale: #6F6F6F. Windows color (decimal): -6337361 or 11488415. OLE color: 11488415.

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

Color convert

RGB 159 76 175 -
CMYK 0.09 0.57 0 0.31
HSL 290.3º 0.39% 0.49% -
HSV(B) 290.3º 0.57% 0.69% -
XYZ 24.62 15.63 42.28 -
YUV 112.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 159 76 175 0.09 0.57 0 0.31 290.3 0.39 0.49
Hex 9F 4C AF 9 39 0 1F 122 27 31
Octal 237 114 257 11 71 0 37 442 47 61
Binary 10011111 1001100 10101111 1001 111001 0 11111 100100010 100111 110001

Color Harmonies of #9F4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4CAF

Black with #9F4CAF

Text Example


Text Example

White with #9F4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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