Html Css Color HEX #9573DB Medium Purple

📋 copy color: '#9573DB'

red 149 ◦ green 115 ◦ blue 219

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

Shades of Medium Purple #9573DB

Tints of Medium Purple #9573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 30.85%
G = 23.81%
B = 45.34%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9573DB (or 0x9573DB) is known color: Medium Purple. HEX triplet: 95, 73 and DB. RGB value is (149,115,219). Sum of RGB (Red+Green+Blue) = 149+115+219=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9573DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573DB is #6A8C24. Grayscale: #888888. Windows color (decimal): -6982693 or 14381973. OLE color: 14381973.

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

Color convert

RGB 149 115 219 -
CMYK 0.32 0.47 0 0.14
HSL 259.62º 0.59% 0.65% -
HSV(B) 259.62º 0.47% 0.86% -
XYZ 31.31 23.77 69.95 -
YUV 137.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 149 115 219 0.32 0.47 0 0.14 259.62 0.59 0.65
Hex 95 73 DB 20 2F 0 E 104 3B 41
Octal 225 163 333 40 57 0 16 404 73 101
Binary 10010101 1110011 11011011 100000 101111 0 1110 100000100 111011 1000001

Color Harmonies of #9573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573DB

Black with #9573DB

Text Example


Text Example

White with #9573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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