Html Css Color HEX #9D4FC2 Deep Lilac

📋 copy color: '#9D4FC2'

red 157 ◦ green 79 ◦ blue 194

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

Shades of Deep Lilac #9D4FC2

Tints of Deep Lilac #9D4FC2

RGB

 RED value IS 157 (61.72% from 255) = 36.51%

 GREEN value IS 79 (31.25% from 255) = 18.37%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 36.51%
G = 18.37%
B = 45.12%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9D4FC2 (or 0x9D4FC2) is known color: Deep Lilac. HEX triplet: 9D, 4F and C2. RGB value is (157,79,194). Sum of RGB (Red+Green+Blue) = 157+79+194=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #9D4FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FC2 is #62B03D. Grayscale: #737373. Windows color (decimal): -6467646 or 12734365. OLE color: 12734365.

HSL color Cylindrical-coordinate representation of color #9D4FC2: hue angle of 280.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D4FC2 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 79 194 -
CMYK 0.19 0.59 0 0.24
HSL 280.7º 0.49% 0.54% -
HSV(B) 280.7º 0.59% 0.76% -
XYZ 26.44 16.66 52.86 -
YUV 115.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 157 79 194 0.19 0.59 0 0.24 280.7 0.49 0.54
Hex 9D 4F C2 13 3B 0 18 119 31 36
Octal 235 117 302 23 73 0 30 431 61 66
Binary 10011101 1001111 11000010 10011 111011 0 11000 100011001 110001 110110

Color Harmonies of #9D4FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4FC2

Black with #9D4FC2

Text Example


Text Example

White with #9D4FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,79,194); }

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

background-color css

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

 a { background-color: rgb(157,79,194); }

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

border-color css

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

 span { border-color: rgb(157,79,194); }

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