Html Css Color HEX #9371DB Medium Purple

📋 copy color: '#9371DB'

red 147 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #9371DB

Tints of Medium Purple #9371DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.59%

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

R = 30.69%
G = 23.59%
B = 45.72%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9371DB (or 0x9371DB) is known color: Medium Purple. HEX triplet: 93, 71 and DB. RGB value is (147,113,219). Sum of RGB (Red+Green+Blue) = 147+113+219=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #9371DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371DB is #6C8E24. Grayscale: #868686. Windows color (decimal): -7114277 or 14381459. OLE color: 14381459.

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

Color convert

RGB 147 113 219 -
CMYK 0.33 0.48 0 0.14
HSL 259.25º 0.6% 0.65% -
HSV(B) 259.25º 0.48% 0.86% -
XYZ 30.72 23.13 69.86 -
YUV 135.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 147 113 219 0.33 0.48 0 0.14 259.25 0.6 0.65
Hex 93 71 DB 21 30 0 E 103 3C 41
Octal 223 161 333 41 60 0 16 403 74 101
Binary 10010011 1110001 11011011 100001 110000 0 1110 100000011 111100 1000001

Color Harmonies of #9371DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9371DB

Black with #9371DB

Text Example


Text Example

White with #9371DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,113,219); }

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

background-color css

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

 a { background-color: rgb(147,113,219); }

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

border-color css

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

 span { border-color: rgb(147,113,219); }

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