Html Css Color HEX #9E53CF Deep Lilac

📋 copy color: '#9E53CF'

red 158 ◦ green 83 ◦ blue 207

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

Shades of Deep Lilac #9E53CF

Tints of Deep Lilac #9E53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.53%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 35.27%
G = 18.53%
B = 46.21%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E53CF (or 0x9E53CF) is known color: Deep Lilac. HEX triplet: 9E, 53 and CF. RGB value is (158,83,207). Sum of RGB (Red+Green+Blue) = 158+83+207=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E53CF is #61AC30. Grayscale: #777777. Windows color (decimal): -6401073 or 13587358. OLE color: 13587358.

HSL color Cylindrical-coordinate representation of color #9E53CF: hue angle of 276.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E53CF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 83 207 -
CMYK 0.24 0.60 0 0.19
HSL 276.29º 0.56% 0.57% -
HSV(B) 276.29º 0.6% 0.81% -
XYZ 28.46 17.96 61 -
YUV 119.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 158 83 207 0.24 0.60 0 0.19 276.29 0.56 0.57
Hex 9E 53 CF 18 3C 0 13 114 38 39
Octal 236 123 317 30 74 0 23 424 70 71
Binary 10011110 1010011 11001111 11000 111100 0 10011 100010100 111000 111001

Color Harmonies of #9E53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E53CF

Black with #9E53CF

Text Example


Text Example

White with #9E53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,83,207); }

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

background-color css

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

 a { background-color: rgb(158,83,207); }

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

border-color css

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

 span { border-color: rgb(158,83,207); }

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