Html Css Color HEX #8552B5 Deep Lilac

📋 copy color: '#8552B5'

red 133 ◦ green 82 ◦ blue 181

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

Shades of Deep Lilac #8552B5

Tints of Deep Lilac #8552B5

RGB

 RED value IS 133 (52.34% from 255) = 33.59%

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

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 33.59%
G = 20.71%
B = 45.71%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8552B5 (or 0x8552B5) is known color: Deep Lilac. HEX triplet: 85, 52 and B5. RGB value is (133,82,181). Sum of RGB (Red+Green+Blue) = 133+82+181=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #8552B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552B5 is #7AAD4A. Grayscale: #6C6C6C. Windows color (decimal): -8039755 or 11883141. OLE color: 11883141.

HSL color Cylindrical-coordinate representation of color #8552B5: hue angle of 270.91º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8552B5 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 82 181 -
CMYK 0.27 0.55 0 0.29
HSL 270.91º 0.4% 0.52% -
HSV(B) 270.91º 0.55% 0.71% -
XYZ 21.03 14.36 45.38 -
YUV 108.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 133 82 181 0.27 0.55 0 0.29 270.91 0.4 0.52
Hex 85 52 B5 1B 37 0 1D 10F 28 34
Octal 205 122 265 33 67 0 35 417 50 64
Binary 10000101 1010010 10110101 11011 110111 0 11101 100001111 101000 110100

Color Harmonies of #8552B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8552B5

Black with #8552B5

Text Example


Text Example

White with #8552B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8552B5; }

 p { color: rgb(133,82,181); }

 H1.HeaderClassName
 {
   color: #8552B5;
 }
 .AnyTagClassName
 {
   color: #8552B5;
 }
</style>

background-color css

<style>
 a { background-color: #8552B5; }

 a { background-color: rgb(133,82,181); }

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

border-color css

<style>
 span { border-color: #8552B5; }

 span { border-color: rgb(133,82,181); }

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