Html Css Color HEX #8953BF Deep Lilac

📋 copy color: '#8953BF'

red 137 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #8953BF

Tints of Deep Lilac #8953BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 33.33%
G = 20.19%
B = 46.47%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8953BF (or 0x8953BF) is known color: Deep Lilac. HEX triplet: 89, 53 and BF. RGB value is (137,83,191). Sum of RGB (Red+Green+Blue) = 137+83+191=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #8953BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953BF is #76AC40. Grayscale: #6F6F6F. Windows color (decimal): -7777345 or 12538761. OLE color: 12538761.

HSL color Cylindrical-coordinate representation of color #8953BF: hue angle of 270º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8953BF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 83 191 -
CMYK 0.28 0.57 0 0.25
HSL 270º 0.46% 0.54% -
HSV(B) 270º 0.57% 0.75% -
XYZ 22.81 15.27 51.03 -
YUV 111.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 137 83 191 0.28 0.57 0 0.25 270 0.46 0.54
Hex 89 53 BF 1C 39 0 19 10E 2E 36
Octal 211 123 277 34 71 0 31 416 56 66
Binary 10001001 1010011 10111111 11100 111001 0 11001 100001110 101110 110110

Color Harmonies of #8953BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953BF

Black with #8953BF

Text Example


Text Example

White with #8953BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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