Html Css Color HEX #8552BC Deep Lilac

📋 copy color: '#8552BC'

red 133 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #8552BC

Tints of Deep Lilac #8552BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 33%
G = 20.35%
B = 46.65%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8552BC (or 0x8552BC) is known color: Deep Lilac. HEX triplet: 85, 52 and BC. RGB value is (133,82,188). Sum of RGB (Red+Green+Blue) = 133+82+188=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #8552BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552BC is #7AAD43. Grayscale: #6C6C6C. Windows color (decimal): -8039748 or 12341893. OLE color: 12341893.

HSL color Cylindrical-coordinate representation of color #8552BC: hue angle of 268.87º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8552BC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 82 188 -
CMYK 0.29 0.56 0 0.26
HSL 268.87º 0.44% 0.53% -
HSV(B) 268.87º 0.56% 0.74% -
XYZ 21.77 14.65 49.26 -
YUV 109.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 133 82 188 0.29 0.56 0 0.26 268.87 0.44 0.53
Hex 85 52 BC 1D 38 0 1A 10D 2C 35
Octal 205 122 274 35 70 0 32 415 54 65
Binary 10000101 1010010 10111100 11101 111000 0 11010 100001101 101100 110101

Color Harmonies of #8552BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8552BC

Black with #8552BC

Text Example


Text Example

White with #8552BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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