Html Css Color HEX #8552DB Medium Purple

📋 copy color: '#8552DB'

red 133 ◦ green 82 ◦ blue 219

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

Shades of Medium Purple #8552DB

Tints of Medium Purple #8552DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 30.65%
G = 18.89%
B = 50.46%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8552DB (or 0x8552DB) is known color: Medium Purple. HEX triplet: 85, 52 and DB. RGB value is (133,82,219). Sum of RGB (Red+Green+Blue) = 133+82+219=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8552DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552DB is #7AAD24. Grayscale: #707070. Windows color (decimal): -8039717 or 14373509. OLE color: 14373509.

HSL color Cylindrical-coordinate representation of color #8552DB: hue angle of 262.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8552DB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 82 219 -
CMYK 0.39 0.63 0 0.14
HSL 262.34º 0.66% 0.59% -
HSV(B) 262.34º 0.63% 0.86% -
XYZ 25.48 16.14 68.79 -
YUV 112.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 133 82 219 0.39 0.63 0 0.14 262.34 0.66 0.59
Hex 85 52 DB 27 3F 0 E 106 42 3B
Octal 205 122 333 47 77 0 16 406 102 73
Binary 10000101 1010010 11011011 100111 111111 0 1110 100000110 1000010 111011

Color Harmonies of #8552DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8552DB

Black with #8552DB

Text Example


Text Example

White with #8552DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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