Html Css Color HEX #8952BA Deep Lilac

📋 copy color: '#8952BA'

red 137 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #8952BA

Tints of Deep Lilac #8952BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 33.83%
G = 20.25%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8952BA (or 0x8952BA) is known color: Deep Lilac. HEX triplet: 89, 52 and BA. RGB value is (137,82,186). Sum of RGB (Red+Green+Blue) = 137+82+186=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8952BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952BA is #76AD45. Grayscale: #6D6D6D. Windows color (decimal): -7777606 or 12210825. OLE color: 12210825.

HSL color Cylindrical-coordinate representation of color #8952BA: hue angle of 271.73º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8952BA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 82 186 -
CMYK 0.26 0.56 0 0.27
HSL 271.73º 0.43% 0.53% -
HSV(B) 271.73º 0.56% 0.73% -
XYZ 22.2 14.9 48.16 -
YUV 110.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 137 82 186 0.26 0.56 0 0.27 271.73 0.43 0.53
Hex 89 52 BA 1A 38 0 1B 110 2B 35
Octal 211 122 272 32 70 0 33 420 53 65
Binary 10001001 1010010 10111010 11010 111000 0 11011 100010000 101011 110101

Color Harmonies of #8952BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8952BA

Black with #8952BA

Text Example


Text Example

White with #8952BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8952BA; }

 p { color: rgb(137,82,186); }

 H1.HeaderClassName
 {
   color: #8952BA;
 }
 .AnyTagClassName
 {
   color: #8952BA;
 }
</style>

background-color css

<style>
 a { background-color: #8952BA; }

 a { background-color: rgb(137,82,186); }

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

border-color css

<style>
 span { border-color: #8952BA; }

 span { border-color: rgb(137,82,186); }

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