Html Css Color HEX #8550DE Medium Purple

📋 copy color: '#8550DE'

red 133 ◦ green 80 ◦ blue 222

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

Shades of Medium Purple #8550DE

Tints of Medium Purple #8550DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

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

R = 30.57%
G = 18.39%
B = 51.03%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8550DE (or 0x8550DE) is known color: Medium Purple. HEX triplet: 85, 50 and DE. RGB value is (133,80,222). Sum of RGB (Red+Green+Blue) = 133+80+222=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #8550DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550DE is #7AAF21. Grayscale: #6F6F6F. Windows color (decimal): -8040226 or 14569605. OLE color: 14569605.

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

Color convert

RGB 133 80 222 -
CMYK 0.40 0.64 0 0.13
HSL 262.39º 0.68% 0.59% -
HSV(B) 262.39º 0.64% 0.87% -
XYZ 25.73 16 70.84 -
YUV 112.04 190.06 142.95 -
System Red Green Blue C M Y K H S L
Decimal 133 80 222 0.40 0.64 0 0.13 262.39 0.68 0.59
Hex 85 50 DE 28 40 0 D 106 44 3B
Octal 205 120 336 50 100 0 15 406 104 73
Binary 10000101 1010000 11011110 101000 1000000 0 1101 100000110 1000100 111011

Color Harmonies of #8550DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550DE

Black with #8550DE

Text Example


Text Example

White with #8550DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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