Html Css Color HEX #9F4DBE Deep Lilac

📋 copy color: '#9F4DBE'

red 159 ◦ green 77 ◦ blue 190

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

Shades of Deep Lilac #9F4DBE

Tints of Deep Lilac #9F4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 37.32%
G = 18.08%
B = 44.6%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F4DBE (or 0x9F4DBE) is known color: Deep Lilac. HEX triplet: 9F, 4D and BE. RGB value is (159,77,190). Sum of RGB (Red+Green+Blue) = 159+77+190=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DBE is #60B241. Grayscale: #727272. Windows color (decimal): -6337090 or 12471711. OLE color: 12471711.

HSL color Cylindrical-coordinate representation of color #9F4DBE: hue angle of 283.54º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4DBE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 77 190 -
CMYK 0.16 0.59 0 0.25
HSL 283.54º 0.47% 0.52% -
HSV(B) 283.54º 0.59% 0.75% -
XYZ 26.25 16.4 50.5 -
YUV 114.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 159 77 190 0.16 0.59 0 0.25 283.54 0.47 0.52
Hex 9F 4D BE 10 3B 0 19 11C 2F 34
Octal 237 115 276 20 73 0 31 434 57 64
Binary 10011111 1001101 10111110 10000 111011 0 11001 100011100 101111 110100

Color Harmonies of #9F4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DBE

Black with #9F4DBE

Text Example


Text Example

White with #9F4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,190); }

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

background-color css

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

 a { background-color: rgb(159,77,190); }

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

border-color css

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

 span { border-color: rgb(159,77,190); }

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