Html Css Color HEX #8557DB Medium Purple

📋 copy color: '#8557DB'

red 133 ◦ green 87 ◦ blue 219

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

Shades of Medium Purple #8557DB

Tints of Medium Purple #8557DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.82%

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

R = 30.3%
G = 19.82%
B = 49.89%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8557DB (or 0x8557DB) is known color: Medium Purple. HEX triplet: 85, 57 and DB. RGB value is (133,87,219). Sum of RGB (Red+Green+Blue) = 133+87+219=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8557DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557DB is #7AA824. Grayscale: #737373. Windows color (decimal): -8038437 or 14374789. OLE color: 14374789.

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

Color convert

RGB 133 87 219 -
CMYK 0.39 0.60 0 0.14
HSL 260.91º 0.65% 0.6% -
HSV(B) 260.91º 0.6% 0.86% -
XYZ 25.87 16.92 68.92 -
YUV 115.8 186.24 140.27 -
System Red Green Blue C M Y K H S L
Decimal 133 87 219 0.39 0.60 0 0.14 260.91 0.65 0.6
Hex 85 57 DB 27 3C 0 E 105 41 3C
Octal 205 127 333 47 74 0 16 405 101 74
Binary 10000101 1010111 11011011 100111 111100 0 1110 100000101 1000001 111100

Color Harmonies of #8557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557DB

Black with #8557DB

Text Example


Text Example

White with #8557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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