Html Css Color HEX #9375DF Medium Purple

📋 copy color: '#9375DF'

red 147 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #9375DF

Tints of Medium Purple #9375DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 30.18%
G = 24.02%
B = 45.79%

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

#9375DF (or 0x9375DF) is known color: Medium Purple. HEX triplet: 93, 75 and DF. RGB value is (147,117,223). Sum of RGB (Red+Green+Blue) = 147+117+223=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #9375DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375DF is #6C8A20. Grayscale: #898989. Windows color (decimal): -7113249 or 14644627. OLE color: 14644627.

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

Color convert

RGB 147 117 223 -
CMYK 0.34 0.48 0 0.13
HSL 256.98º 0.62% 0.67% -
HSV(B) 256.98º 0.48% 0.87% -
XYZ 31.71 24.25 72.82 -
YUV 138.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 147 117 223 0.34 0.48 0 0.13 256.98 0.62 0.67
Hex 93 75 DF 22 30 0 D 101 3E 43
Octal 223 165 337 42 60 0 15 401 76 103
Binary 10010011 1110101 11011111 100010 110000 0 1101 100000001 111110 1000011

Color Harmonies of #9375DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375DF

Black with #9375DF

Text Example


Text Example

White with #9375DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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