Html Css Color HEX #8554DF Medium Purple

📋 copy color: '#8554DF'

red 133 ◦ green 84 ◦ blue 223

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

Shades of Medium Purple #8554DF

Tints of Medium Purple #8554DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 30.23%
G = 19.09%
B = 50.68%

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

#8554DF (or 0x8554DF) is known color: Medium Purple. HEX triplet: 85, 54 and DF. RGB value is (133,84,223). Sum of RGB (Red+Green+Blue) = 133+84+223=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8554DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554DF is #7AAB20. Grayscale: #717171. Windows color (decimal): -8039201 or 14636165. OLE color: 14636165.

HSL color Cylindrical-coordinate representation of color #8554DF: hue angle of 261.15º degrees, saturation: 0.68, 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 #8554DF is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 84 223 -
CMYK 0.40 0.62 0 0.13
HSL 261.15º 0.68% 0.6% -
HSV(B) 261.15º 0.62% 0.87% -
XYZ 26.16 16.65 71.65 -
YUV 114.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 133 84 223 0.40 0.62 0 0.13 261.15 0.68 0.6
Hex 85 54 DF 28 3E 0 D 105 44 3C
Octal 205 124 337 50 76 0 15 405 104 74
Binary 10000101 1010100 11011111 101000 111110 0 1101 100000101 1000100 111100

Color Harmonies of #8554DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554DF

Black with #8554DF

Text Example


Text Example

White with #8554DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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