Html Css Color HEX #8554DA Medium Purple

📋 copy color: '#8554DA'

red 133 ◦ green 84 ◦ blue 218

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

Shades of Medium Purple #8554DA

Tints of Medium Purple #8554DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 30.57%
G = 19.31%
B = 50.11%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8554DA (or 0x8554DA) is known color: Medium Purple. HEX triplet: 85, 54 and DA. RGB value is (133,84,218). Sum of RGB (Red+Green+Blue) = 133+84+218=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #8554DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554DA is #7AAB25. Grayscale: #717171. Windows color (decimal): -8039206 or 14308485. OLE color: 14308485.

HSL color Cylindrical-coordinate representation of color #8554DA: hue angle of 261.94º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8554DA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 84 218 -
CMYK 0.39 0.61 0 0.15
HSL 261.94º 0.64% 0.59% -
HSV(B) 261.94º 0.61% 0.85% -
XYZ 25.5 16.39 68.15 -
YUV 113.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 133 84 218 0.39 0.61 0 0.15 261.94 0.64 0.59
Hex 85 54 DA 27 3D 0 F 106 40 3B
Octal 205 124 332 47 75 0 17 406 100 73
Binary 10000101 1010100 11011010 100111 111101 0 1111 100000110 1000000 111011

Color Harmonies of #8554DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554DA

Black with #8554DA

Text Example


Text Example

White with #8554DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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