Html Css Color HEX #8554DD Medium Purple

📋 copy color: '#8554DD'

red 133 ◦ green 84 ◦ blue 221

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

Shades of Medium Purple #8554DD

Tints of Medium Purple #8554DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.18%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 30.37%
G = 19.18%
B = 50.46%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8554DD (or 0x8554DD) is known color: Medium Purple. HEX triplet: 85, 54 and DD. RGB value is (133,84,221). Sum of RGB (Red+Green+Blue) = 133+84+221=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8554DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554DD is #7AAB22. Grayscale: #717171. Windows color (decimal): -8039203 or 14505093. OLE color: 14505093.

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

Color convert

RGB 133 84 221 -
CMYK 0.40 0.62 0 0.13
HSL 261.46º 0.67% 0.6% -
HSV(B) 261.46º 0.62% 0.87% -
XYZ 25.89 16.55 70.24 -
YUV 114.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 133 84 221 0.40 0.62 0 0.13 261.46 0.67 0.6
Hex 85 54 DD 28 3E 0 D 105 43 3C
Octal 205 124 335 50 76 0 15 405 103 74
Binary 10000101 1010100 11011101 101000 111110 0 1101 100000101 1000011 111100

Color Harmonies of #8554DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554DD

Black with #8554DD

Text Example


Text Example

White with #8554DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8554DD; }

 p { color: rgb(133,84,221); }

 H1.HeaderClassName
 {
   color: #8554DD;
 }
 .AnyTagClassName
 {
   color: #8554DD;
 }
</style>

background-color css

<style>
 a { background-color: #8554DD; }

 a { background-color: rgb(133,84,221); }

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

border-color css

<style>
 span { border-color: #8554DD; }

 span { border-color: rgb(133,84,221); }

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