Html Css Color HEX #9E4ACB Deep Lilac

📋 copy color: '#9E4ACB'

red 158 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #9E4ACB

Tints of Deep Lilac #9E4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 36.32%
G = 17.01%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E4ACB (or 0x9E4ACB) is known color: Deep Lilac. HEX triplet: 9E, 4A and CB. RGB value is (158,74,203). Sum of RGB (Red+Green+Blue) = 158+74+203=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E4ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ACB is #61B534. Grayscale: #717171. Windows color (decimal): -6403381 or 13322910. OLE color: 13322910.

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

Color convert

RGB 158 74 203 -
CMYK 0.22 0.64 0 0.20
HSL 279.07º 0.55% 0.54% -
HSV(B) 279.07º 0.64% 0.8% -
XYZ 27.33 16.48 58.24 -
YUV 113.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 158 74 203 0.22 0.64 0 0.20 279.07 0.55 0.54
Hex 9E 4A CB 16 40 0 14 117 37 36
Octal 236 112 313 26 100 0 24 427 67 66
Binary 10011110 1001010 11001011 10110 1000000 0 10100 100010111 110111 110110

Color Harmonies of #9E4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4ACB

Black with #9E4ACB

Text Example


Text Example

White with #9E4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,203); }

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

background-color css

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

 a { background-color: rgb(158,74,203); }

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

border-color css

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

 span { border-color: rgb(158,74,203); }

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