Html Css Color HEX #8552BE Deep Lilac

📋 copy color: '#8552BE'

red 133 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #8552BE

Tints of Deep Lilac #8552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 32.84%
G = 20.25%
B = 46.91%

CMYK

 C value IS 0.3

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8552BE (or 0x8552BE) is known color: Deep Lilac. HEX triplet: 85, 52 and BE. RGB value is (133,82,190). Sum of RGB (Red+Green+Blue) = 133+82+190=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8552BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552BE is #7AAD41. Grayscale: #6D6D6D. Windows color (decimal): -8039746 or 12472965. OLE color: 12472965.

HSL color Cylindrical-coordinate representation of color #8552BE: hue angle of 268.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8552BE is Cyan = 0.3, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 82 190 -
CMYK 0.3 0.57 0 0.25
HSL 268.33º 0.45% 0.53% -
HSV(B) 268.33º 0.57% 0.75% -
XYZ 21.98 14.74 50.4 -
YUV 109.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 133 82 190 0.3 0.57 0 0.25 268.33 0.45 0.53
Hex 85 52 BE 1E 39 0 19 10C 2D 35
Octal 205 122 276 36 71 0 31 414 55 65
Binary 10000101 1010010 10111110 11110 111001 0 11001 100001100 101101 110101

Color Harmonies of #8552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8552BE

Black with #8552BE

Text Example


Text Example

White with #8552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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