Html Css Color HEX #8573DA Medium Purple

📋 copy color: '#8573DA'

red 133 ◦ green 115 ◦ blue 218

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

Shades of Medium Purple #8573DA

Tints of Medium Purple #8573DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 28.54%
G = 24.68%
B = 46.78%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8573DA (or 0x8573DA) is known color: Medium Purple. HEX triplet: 85, 73 and DA. RGB value is (133,115,218). Sum of RGB (Red+Green+Blue) = 133+115+218=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #8573DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573DA is #7A8C25. Grayscale: #838383. Windows color (decimal): -8031270 or 14316421. OLE color: 14316421.

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

Color convert

RGB 133 115 218 -
CMYK 0.39 0.47 0 0.15
HSL 250.49º 0.58% 0.65% -
HSV(B) 250.49º 0.47% 0.85% -
XYZ 28.46 22.31 69.14 -
YUV 132.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 133 115 218 0.39 0.47 0 0.15 250.49 0.58 0.65
Hex 85 73 DA 27 2F 0 F FA 3A 41
Octal 205 163 332 47 57 0 17 372 72 101
Binary 10000101 1110011 11011010 100111 101111 0 1111 11111010 111010 1000001

Color Harmonies of #8573DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8573DA

Black with #8573DA

Text Example


Text Example

White with #8573DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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