Html Css Color HEX #937DDD Medium Purple

📋 copy color: '#937DDD'

red 147 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #937DDD

Tints of Medium Purple #937DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 29.82%
G = 25.35%
B = 44.83%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#937DDD (or 0x937DDD) is known color: Medium Purple. HEX triplet: 93, 7D and DD. RGB value is (147,125,221). Sum of RGB (Red+Green+Blue) = 147+125+221=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #937DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DDD is #6C8222. Grayscale: #8E8E8E. Windows color (decimal): -7111203 or 14515603. OLE color: 14515603.

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

Color convert

RGB 147 125 221 -
CMYK 0.33 0.43 0 0.13
HSL 253.75º 0.59% 0.68% -
HSV(B) 253.75º 0.43% 0.87% -
XYZ 32.42 26.09 71.73 -
YUV 142.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 147 125 221 0.33 0.43 0 0.13 253.75 0.59 0.68
Hex 93 7D DD 21 2B 0 D FE 3B 44
Octal 223 175 335 41 53 0 15 376 73 104
Binary 10010011 1111101 11011101 100001 101011 0 1101 11111110 111011 1000100

Color Harmonies of #937DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DDD

Black with #937DDD

Text Example


Text Example

White with #937DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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