Html Css Color HEX #9577D5 Medium Purple

📋 copy color: '#9577D5'

red 149 ◦ green 119 ◦ blue 213

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

Shades of Medium Purple #9577D5

Tints of Medium Purple #9577D5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 30.98%
G = 24.74%
B = 44.28%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9577D5 (or 0x9577D5) is known color: Medium Purple. HEX triplet: 95, 77 and D5. RGB value is (149,119,213). Sum of RGB (Red+Green+Blue) = 149+119+213=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #9577D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577D5 is #6A882A. Grayscale: #8A8A8A. Windows color (decimal): -6981675 or 13989781. OLE color: 13989781.

HSL color Cylindrical-coordinate representation of color #9577D5: hue angle of 259.15º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9577D5 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 119 213 -
CMYK 0.30 0.44 0 0.16
HSL 259.15º 0.53% 0.65% -
HSV(B) 259.15º 0.44% 0.84% -
XYZ 31 24.39 66.02 -
YUV 138.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 149 119 213 0.30 0.44 0 0.16 259.15 0.53 0.65
Hex 95 77 D5 1E 2C 0 10 103 35 41
Octal 225 167 325 36 54 0 20 403 65 101
Binary 10010101 1110111 11010101 11110 101100 0 10000 100000011 110101 1000001

Color Harmonies of #9577D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9577D5

Black with #9577D5

Text Example


Text Example

White with #9577D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9577D5; }

 p { color: rgb(149,119,213); }

 H1.HeaderClassName
 {
   color: #9577D5;
 }
 .AnyTagClassName
 {
   color: #9577D5;
 }
</style>

background-color css

<style>
 a { background-color: #9577D5; }

 a { background-color: rgb(149,119,213); }

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

border-color css

<style>
 span { border-color: #9577D5; }

 span { border-color: rgb(149,119,213); }

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