Html Css Color HEX #9375D7 Medium Purple

📋 copy color: '#9375D7'

red 147 ◦ green 117 ◦ blue 215

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

Shades of Medium Purple #9375D7

Tints of Medium Purple #9375D7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 30.69%
G = 24.43%
B = 44.89%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9375D7 (or 0x9375D7) is known color: Medium Purple. HEX triplet: 93, 75 and D7. RGB value is (147,117,215). Sum of RGB (Red+Green+Blue) = 147+117+215=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #9375D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375D7 is #6C8A28. Grayscale: #888888. Windows color (decimal): -7113257 or 14120339. OLE color: 14120339.

HSL color Cylindrical-coordinate representation of color #9375D7: hue angle of 258.37º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9375D7 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 117 215 -
CMYK 0.32 0.46 0 0.16
HSL 258.37º 0.55% 0.65% -
HSV(B) 258.37º 0.46% 0.84% -
XYZ 30.66 23.83 67.27 -
YUV 137.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 147 117 215 0.32 0.46 0 0.16 258.37 0.55 0.65
Hex 93 75 D7 20 2E 0 10 102 37 41
Octal 223 165 327 40 56 0 20 402 67 101
Binary 10010011 1110101 11010111 100000 101110 0 10000 100000010 110111 1000001

Color Harmonies of #9375D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375D7

Black with #9375D7

Text Example


Text Example

White with #9375D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9375D7; }

 p { color: rgb(147,117,215); }

 H1.HeaderClassName
 {
   color: #9375D7;
 }
 .AnyTagClassName
 {
   color: #9375D7;
 }
</style>

background-color css

<style>
 a { background-color: #9375D7; }

 a { background-color: rgb(147,117,215); }

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

border-color css

<style>
 span { border-color: #9375D7; }

 span { border-color: rgb(147,117,215); }

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