Html Css Color HEX #9573DC Medium Purple

📋 copy color: '#9573DC'

red 149 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #9573DC

Tints of Medium Purple #9573DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 30.79%
G = 23.76%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9573DC (or 0x9573DC) is known color: Medium Purple. HEX triplet: 95, 73 and DC. RGB value is (149,115,220). Sum of RGB (Red+Green+Blue) = 149+115+220=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #9573DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573DC is #6A8C23. Grayscale: #888888. Windows color (decimal): -6982692 or 14447509. OLE color: 14447509.

HSL color Cylindrical-coordinate representation of color #9573DC: hue angle of 259.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9573DC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 115 220 -
CMYK 0.32 0.48 0 0.14
HSL 259.43º 0.6% 0.66% -
HSV(B) 259.43º 0.48% 0.86% -
XYZ 31.44 23.82 70.65 -
YUV 137.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 149 115 220 0.32 0.48 0 0.14 259.43 0.6 0.66
Hex 95 73 DC 20 30 0 E 103 3C 42
Octal 225 163 334 40 60 0 16 403 74 102
Binary 10010101 1110011 11011100 100000 110000 0 1110 100000011 111100 1000010

Color Harmonies of #9573DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573DC

Black with #9573DC

Text Example


Text Example

White with #9573DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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