Html Css Color HEX #8577DE Medium Purple

📋 copy color: '#8577DE'

red 133 ◦ green 119 ◦ blue 222

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

Shades of Medium Purple #8577DE

Tints of Medium Purple #8577DE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.11%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 28.06%
G = 25.11%
B = 46.84%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8577DE (or 0x8577DE) is known color: Medium Purple. HEX triplet: 85, 77 and DE. RGB value is (133,119,222). Sum of RGB (Red+Green+Blue) = 133+119+222=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #8577DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577DE is #7A8821. Grayscale: #868686. Windows color (decimal): -8030242 or 14579589. OLE color: 14579589.

HSL color Cylindrical-coordinate representation of color #8577DE: hue angle of 248.16º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8577DE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 119 222 -
CMYK 0.40 0.46 0 0.13
HSL 248.16º 0.61% 0.67% -
HSV(B) 248.16º 0.46% 0.87% -
XYZ 29.45 23.45 72.08 -
YUV 134.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 133 119 222 0.40 0.46 0 0.13 248.16 0.61 0.67
Hex 85 77 DE 28 2E 0 D F8 3D 43
Octal 205 167 336 50 56 0 15 370 75 103
Binary 10000101 1110111 11011110 101000 101110 0 1101 11111000 111101 1000011

Color Harmonies of #8577DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8577DE

Black with #8577DE

Text Example


Text Example

White with #8577DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8577DE; }

 p { color: rgb(133,119,222); }

 H1.HeaderClassName
 {
   color: #8577DE;
 }
 .AnyTagClassName
 {
   color: #8577DE;
 }
</style>

background-color css

<style>
 a { background-color: #8577DE; }

 a { background-color: rgb(133,119,222); }

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

border-color css

<style>
 span { border-color: #8577DE; }

 span { border-color: rgb(133,119,222); }

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