Html Css Color HEX #9371DA Medium Purple

📋 copy color: '#9371DA'

red 147 ◦ green 113 ◦ blue 218

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

Shades of Medium Purple #9371DA

Tints of Medium Purple #9371DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 30.75%
G = 23.64%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9371DA (or 0x9371DA) is known color: Medium Purple. HEX triplet: 93, 71 and DA. RGB value is (147,113,218). Sum of RGB (Red+Green+Blue) = 147+113+218=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9371DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371DA is #6C8E25. Grayscale: #868686. Windows color (decimal): -7114278 or 14315923. OLE color: 14315923.

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

Color convert

RGB 147 113 218 -
CMYK 0.33 0.48 0 0.15
HSL 259.43º 0.59% 0.65% -
HSV(B) 259.43º 0.48% 0.85% -
XYZ 30.59 23.08 69.17 -
YUV 135.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 147 113 218 0.33 0.48 0 0.15 259.43 0.59 0.65
Hex 93 71 DA 21 30 0 F 103 3B 41
Octal 223 161 332 41 60 0 17 403 73 101
Binary 10010011 1110001 11011010 100001 110000 0 1111 100000011 111011 1000001

Color Harmonies of #9371DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9371DA

Black with #9371DA

Text Example


Text Example

White with #9371DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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