Html Css Color HEX #9373DE Medium Purple

📋 copy color: '#9373DE'

red 147 ◦ green 115 ◦ blue 222

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

Shades of Medium Purple #9373DE

Tints of Medium Purple #9373DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 30.37%
G = 23.76%
B = 45.87%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9373DE (or 0x9373DE) is known color: Medium Purple. HEX triplet: 93, 73 and DE. RGB value is (147,115,222). Sum of RGB (Red+Green+Blue) = 147+115+222=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #9373DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373DE is #6C8C21. Grayscale: #888888. Windows color (decimal): -7113762 or 14578579. OLE color: 14578579.

HSL color Cylindrical-coordinate representation of color #9373DE: hue angle of 257.94º degrees, saturation: 0.62, 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 #9373DE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 115 222 -
CMYK 0.34 0.48 0 0.13
HSL 257.94º 0.62% 0.66% -
HSV(B) 257.94º 0.48% 0.87% -
XYZ 31.35 23.74 72.04 -
YUV 136.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 147 115 222 0.34 0.48 0 0.13 257.94 0.62 0.66
Hex 93 73 DE 22 30 0 D 102 3E 42
Octal 223 163 336 42 60 0 15 402 76 102
Binary 10010011 1110011 11011110 100010 110000 0 1101 100000010 111110 1000010

Color Harmonies of #9373DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9373DE

Black with #9373DE

Text Example


Text Example

White with #9373DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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