Html Css Color HEX #9E4BCD Deep Lilac

📋 copy color: '#9E4BCD'

red 158 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #9E4BCD

Tints of Deep Lilac #9E4BCD

RGB

 RED value IS 158 (62.11% from 255) = 36.07%

 GREEN value IS 75 (29.69% from 255) = 17.12%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 36.07%
G = 17.12%
B = 46.8%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E4BCD (or 0x9E4BCD) is known color: Deep Lilac. HEX triplet: 9E, 4B and CD. RGB value is (158,75,205). Sum of RGB (Red+Green+Blue) = 158+75+205=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BCD is #61B432. Grayscale: #727272. Windows color (decimal): -6403123 or 13454238. OLE color: 13454238.

HSL color Cylindrical-coordinate representation of color #9E4BCD: hue angle of 278.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E4BCD is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 75 205 -
CMYK 0.23 0.63 0 0.20
HSL 278.31º 0.57% 0.55% -
HSV(B) 278.31º 0.63% 0.8% -
XYZ 27.64 16.71 59.53 -
YUV 114.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 158 75 205 0.23 0.63 0 0.20 278.31 0.57 0.55
Hex 9E 4B CD 17 3F 0 14 116 39 37
Octal 236 113 315 27 77 0 24 426 71 67
Binary 10011110 1001011 11001101 10111 111111 0 10100 100010110 111001 110111

Color Harmonies of #9E4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4BCD

Black with #9E4BCD

Text Example


Text Example

White with #9E4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,75,205); }

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

background-color css

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

 a { background-color: rgb(158,75,205); }

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

border-color css

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

 span { border-color: rgb(158,75,205); }

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