Html Css Color HEX #9373DD Medium Purple

📋 copy color: '#9373DD'

red 147 ◦ green 115 ◦ blue 221

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

Shades of Medium Purple #9373DD

Tints of Medium Purple #9373DD

RGB

 RED value IS 147 (57.81% from 255) = 30.43%

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 30.43%
G = 23.81%
B = 45.76%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9373DD (or 0x9373DD) is known color: Medium Purple. HEX triplet: 93, 73 and DD. RGB value is (147,115,221). Sum of RGB (Red+Green+Blue) = 147+115+221=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9373DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373DD is #6C8C22. Grayscale: #888888. Windows color (decimal): -7113763 or 14513043. OLE color: 14513043.

HSL color Cylindrical-coordinate representation of color #9373DD: hue angle of 258.11º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9373DD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 115 221 -
CMYK 0.33 0.48 0 0.13
HSL 258.11º 0.61% 0.66% -
HSV(B) 258.11º 0.48% 0.87% -
XYZ 31.21 23.68 71.33 -
YUV 136.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 147 115 221 0.33 0.48 0 0.13 258.11 0.61 0.66
Hex 93 73 DD 21 30 0 D 102 3D 42
Octal 223 163 335 41 60 0 15 402 75 102
Binary 10010011 1110011 11011101 100001 110000 0 1101 100000010 111101 1000010

Color Harmonies of #9373DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9373DD

Black with #9373DD

Text Example


Text Example

White with #9373DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9373DD; }

 p { color: rgb(147,115,221); }

 H1.HeaderClassName
 {
   color: #9373DD;
 }
 .AnyTagClassName
 {
   color: #9373DD;
 }
</style>

background-color css

<style>
 a { background-color: #9373DD; }

 a { background-color: rgb(147,115,221); }

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

border-color css

<style>
 span { border-color: #9373DD; }

 span { border-color: rgb(147,115,221); }

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