Html Css Color HEX #8952BF Deep Lilac

📋 copy color: '#8952BF'

red 137 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #8952BF

Tints of Deep Lilac #8952BF

RGB

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

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

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

R = 33.41%
G = 20%
B = 46.59%

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

#8952BF (or 0x8952BF) is known color: Deep Lilac. HEX triplet: 89, 52 and BF. RGB value is (137,82,191). Sum of RGB (Red+Green+Blue) = 137+82+191=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #8952BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952BF is #76AD40. Grayscale: #6E6E6E. Windows color (decimal): -7777601 or 12538505. OLE color: 12538505.

HSL color Cylindrical-coordinate representation of color #8952BF: hue angle of 270.28º 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 #8952BF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 82 191 -
CMYK 0.28 0.57 0 0.25
HSL 270.28º 0.46% 0.54% -
HSV(B) 270.28º 0.57% 0.75% -
XYZ 22.74 15.11 51.01 -
YUV 110.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 137 82 191 0.28 0.57 0 0.25 270.28 0.46 0.54
Hex 89 52 BF 1C 39 0 19 10E 2E 36
Octal 211 122 277 34 71 0 31 416 56 66
Binary 10001001 1010010 10111111 11100 111001 0 11001 100001110 101110 110110

Color Harmonies of #8952BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8952BF

Black with #8952BF

Text Example


Text Example

White with #8952BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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