Html Css Color HEX #9371DE Medium Purple

📋 copy color: '#9371DE'

red 147 ◦ green 113 ◦ blue 222

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

Shades of Medium Purple #9371DE

Tints of Medium Purple #9371DE

RGB

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

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

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

R = 30.5%
G = 23.44%
B = 46.06%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9371DE (or 0x9371DE) is known color: Medium Purple. HEX triplet: 93, 71 and DE. RGB value is (147,113,222). Sum of RGB (Red+Green+Blue) = 147+113+222=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #9371DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371DE is #6C8E21. Grayscale: #878787. Windows color (decimal): -7114274 or 14578067. OLE color: 14578067.

HSL color Cylindrical-coordinate representation of color #9371DE: hue angle of 258.72º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9371DE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 113 222 -
CMYK 0.34 0.49 0 0.13
HSL 258.72º 0.62% 0.66% -
HSV(B) 258.72º 0.49% 0.87% -
XYZ 31.12 23.29 71.96 -
YUV 135.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 147 113 222 0.34 0.49 0 0.13 258.72 0.62 0.66
Hex 93 71 DE 22 31 0 D 103 3E 42
Octal 223 161 336 42 61 0 15 403 76 102
Binary 10010011 1110001 11011110 100010 110001 0 1101 100000011 111110 1000010

Color Harmonies of #9371DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9371DE

Black with #9371DE

Text Example


Text Example

White with #9371DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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