Html Css Color HEX #937DDF Medium Purple

📋 copy color: '#937DDF'

red 147 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #937DDF

Tints of Medium Purple #937DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.25%

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

R = 29.7%
G = 25.25%
B = 45.05%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#937DDF (or 0x937DDF) is known color: Medium Purple. HEX triplet: 93, 7D and DF. RGB value is (147,125,223). Sum of RGB (Red+Green+Blue) = 147+125+223=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #937DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DDF is #6C8220. Grayscale: #8E8E8E. Windows color (decimal): -7111201 or 14646675. OLE color: 14646675.

HSL color Cylindrical-coordinate representation of color #937DDF: hue angle of 253.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #937DDF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 125 223 -
CMYK 0.34 0.44 0 0.13
HSL 253.47º 0.6% 0.68% -
HSV(B) 253.47º 0.44% 0.87% -
XYZ 32.69 26.2 73.15 -
YUV 142.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 147 125 223 0.34 0.44 0 0.13 253.47 0.6 0.68
Hex 93 7D DF 22 2C 0 D FD 3C 44
Octal 223 175 337 42 54 0 15 375 74 104
Binary 10010011 1111101 11011111 100010 101100 0 1101 11111101 111100 1000100

Color Harmonies of #937DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DDF

Black with #937DDF

Text Example


Text Example

White with #937DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937DDF; }

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

 H1.HeaderClassName
 {
   color: #937DDF;
 }
 .AnyTagClassName
 {
   color: #937DDF;
 }
</style>

background-color css

<style>
 a { background-color: #937DDF; }

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

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

border-color css

<style>
 span { border-color: #937DDF; }

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

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