Html Css Color HEX #9573EB Medium Purple

📋 copy color: '#9573EB'

red 149 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #9573EB

Tints of Medium Purple #9573EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 29.86%
G = 23.05%
B = 47.09%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9573EB (or 0x9573EB) is known color: Medium Purple. HEX triplet: 95, 73 and EB. RGB value is (149,115,235). Sum of RGB (Red+Green+Blue) = 149+115+235=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9573EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573EB is #6A8C14. Grayscale: #8A8A8A. Windows color (decimal): -6982677 or 15430549. OLE color: 15430549.

HSL color Cylindrical-coordinate representation of color #9573EB: hue angle of 257º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9573EB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 115 235 -
CMYK 0.37 0.51 0 0.08
HSL 257º 0.75% 0.69% -
HSV(B) 257º 0.51% 0.92% -
XYZ 33.52 24.65 81.59 -
YUV 138.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 149 115 235 0.37 0.51 0 0.08 257 0.75 0.69
Hex 95 73 EB 25 33 0 8 101 4B 45
Octal 225 163 353 45 63 0 10 401 113 105
Binary 10010101 1110011 11101011 100101 110011 0 1000 100000001 1001011 1000101

Color Harmonies of #9573EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573EB

Black with #9573EB

Text Example


Text Example

White with #9573EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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