Html Css Color HEX #8557DC Medium Purple

📋 copy color: '#8557DC'

red 133 ◦ green 87 ◦ blue 220

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

Shades of Medium Purple #8557DC

Tints of Medium Purple #8557DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50%

R = 30.23%
G = 19.77%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8557DC (or 0x8557DC) is known color: Medium Purple. HEX triplet: 85, 57 and DC. RGB value is (133,87,220). Sum of RGB (Red+Green+Blue) = 133+87+220=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #8557DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557DC is #7AA823. Grayscale: #737373. Windows color (decimal): -8038436 or 14440325. OLE color: 14440325.

HSL color Cylindrical-coordinate representation of color #8557DC: hue angle of 260.75º degrees, saturation: 0.66, 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 #8557DC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 87 220 -
CMYK 0.40 0.60 0 0.14
HSL 260.75º 0.66% 0.6% -
HSV(B) 260.75º 0.6% 0.86% -
XYZ 26 16.97 69.62 -
YUV 115.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 133 87 220 0.40 0.60 0 0.14 260.75 0.66 0.6
Hex 85 57 DC 28 3C 0 E 105 42 3C
Octal 205 127 334 50 74 0 16 405 102 74
Binary 10000101 1010111 11011100 101000 111100 0 1110 100000101 1000010 111100

Color Harmonies of #8557DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557DC

Black with #8557DC

Text Example


Text Example

White with #8557DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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