Html Css Color HEX #8953C1 Deep Lilac

📋 copy color: '#8953C1'

red 137 ◦ green 83 ◦ blue 193

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

Shades of Deep Lilac #8953C1

Tints of Deep Lilac #8953C1

RGB

 RED value IS 137 (53.91% from 255) = 33.17%

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

 BLUE value IS 193 (75.78% from 255) = 46.73%

R = 33.17%
G = 20.1%
B = 46.73%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8953C1 (or 0x8953C1) is known color: Deep Lilac. HEX triplet: 89, 53 and C1. RGB value is (137,83,193). Sum of RGB (Red+Green+Blue) = 137+83+193=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #8953C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953C1 is #76AC3E. Grayscale: #6F6F6F. Windows color (decimal): -7777343 or 12669833. OLE color: 12669833.

HSL color Cylindrical-coordinate representation of color #8953C1: hue angle of 269.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8953C1 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 83 193 -
CMYK 0.29 0.57 0 0.24
HSL 269.45º 0.47% 0.54% -
HSV(B) 269.45º 0.57% 0.76% -
XYZ 23.04 15.36 52.2 -
YUV 111.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 137 83 193 0.29 0.57 0 0.24 269.45 0.47 0.54
Hex 89 53 C1 1D 39 0 18 10D 2F 36
Octal 211 123 301 35 71 0 30 415 57 66
Binary 10001001 1010011 11000001 11101 111001 0 11000 100001101 101111 110110

Color Harmonies of #8953C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953C1

Black with #8953C1

Text Example


Text Example

White with #8953C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8953C1; }

 p { color: rgb(137,83,193); }

 H1.HeaderClassName
 {
   color: #8953C1;
 }
 .AnyTagClassName
 {
   color: #8953C1;
 }
</style>

background-color css

<style>
 a { background-color: #8953C1; }

 a { background-color: rgb(137,83,193); }

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

border-color css

<style>
 span { border-color: #8953C1; }

 span { border-color: rgb(137,83,193); }

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