Html Css Color HEX #9F4EC6 Deep Lilac

📋 copy color: '#9F4EC6'

red 159 ◦ green 78 ◦ blue 198

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

Shades of Deep Lilac #9F4EC6

Tints of Deep Lilac #9F4EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.93%

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 36.55%
G = 17.93%
B = 45.52%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F4EC6 (or 0x9F4EC6) is known color: Deep Lilac. HEX triplet: 9F, 4E and C6. RGB value is (159,78,198). Sum of RGB (Red+Green+Blue) = 159+78+198=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F4EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4EC6 is #60B139. Grayscale: #737373. Windows color (decimal): -6336826 or 12996255. OLE color: 12996255.

HSL color Cylindrical-coordinate representation of color #9F4EC6: hue angle of 280.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F4EC6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 78 198 -
CMYK 0.20 0.61 0 0.22
HSL 280.5º 0.51% 0.54% -
HSV(B) 280.5º 0.61% 0.78% -
XYZ 27.22 16.9 55.25 -
YUV 115.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 159 78 198 0.20 0.61 0 0.22 280.5 0.51 0.54
Hex 9F 4E C6 14 3D 0 16 118 33 36
Octal 237 116 306 24 75 0 26 430 63 66
Binary 10011111 1001110 11000110 10100 111101 0 10110 100011000 110011 110110

Color Harmonies of #9F4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4EC6

Black with #9F4EC6

Text Example


Text Example

White with #9F4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,78,198); }

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

background-color css

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

 a { background-color: rgb(159,78,198); }

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

border-color css

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

 span { border-color: rgb(159,78,198); }

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