Html Css Color HEX #8557E0 Medium Purple

📋 copy color: '#8557E0'

red 133 ◦ green 87 ◦ blue 224

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

Shades of Medium Purple #8557E0

Tints of Medium Purple #8557E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.45%

R = 29.95%
G = 19.59%
B = 50.45%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8557E0 (or 0x8557E0) is known color: Medium Purple. HEX triplet: 85, 57 and E0. RGB value is (133,87,224). Sum of RGB (Red+Green+Blue) = 133+87+224=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #8557E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557E0 is #7AA81F. Grayscale: #737373. Windows color (decimal): -8038432 or 14702469. OLE color: 14702469.

HSL color Cylindrical-coordinate representation of color #8557E0: hue angle of 260.15º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8557E0 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 87 224 -
CMYK 0.41 0.61 0 0.12
HSL 260.15º 0.69% 0.61% -
HSV(B) 260.15º 0.61% 0.88% -
XYZ 26.54 17.18 72.44 -
YUV 116.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 133 87 224 0.41 0.61 0 0.12 260.15 0.69 0.61
Hex 85 57 E0 29 3D 0 C 104 45 3D
Octal 205 127 340 51 75 0 14 404 105 75
Binary 10000101 1010111 11100000 101001 111101 0 1100 100000100 1000101 111101

Color Harmonies of #8557E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557E0

Black with #8557E0

Text Example


Text Example

White with #8557E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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