Html Css Color HEX #9573E8 Medium Purple

📋 copy color: '#9573E8'

red 149 ◦ green 115 ◦ blue 232

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

Shades of Medium Purple #9573E8

Tints of Medium Purple #9573E8

RGB

 RED value IS 149 (58.59% from 255) = 30.04%

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

 BLUE value IS 232 (91.02% from 255) = 46.77%

R = 30.04%
G = 23.19%
B = 46.77%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9573E8 (or 0x9573E8) is known color: Medium Purple. HEX triplet: 95, 73 and E8. RGB value is (149,115,232). Sum of RGB (Red+Green+Blue) = 149+115+232=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #9573E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573E8 is #6A8C17. Grayscale: #8A8A8A. Windows color (decimal): -6982680 or 15233941. OLE color: 15233941.

HSL color Cylindrical-coordinate representation of color #9573E8: hue angle of 257.44º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9573E8 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 115 232 -
CMYK 0.36 0.50 0 0.09
HSL 257.44º 0.72% 0.68% -
HSV(B) 257.44º 0.5% 0.91% -
XYZ 33.09 24.48 79.32 -
YUV 138.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 149 115 232 0.36 0.50 0 0.09 257.44 0.72 0.68
Hex 95 73 E8 24 32 0 9 101 48 44
Octal 225 163 350 44 62 0 11 401 110 104
Binary 10010101 1110011 11101000 100100 110010 0 1001 100000001 1001000 1000100

Color Harmonies of #9573E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573E8

Black with #9573E8

Text Example


Text Example

White with #9573E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9573E8; }

 p { color: rgb(149,115,232); }

 H1.HeaderClassName
 {
   color: #9573E8;
 }
 .AnyTagClassName
 {
   color: #9573E8;
 }
</style>

background-color css

<style>
 a { background-color: #9573E8; }

 a { background-color: rgb(149,115,232); }

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

border-color css

<style>
 span { border-color: #9573E8; }

 span { border-color: rgb(149,115,232); }

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