Html Css Color HEX #937FDD Medium Purple

📋 copy color: '#937FDD'

red 147 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #937FDD

Tints of Medium Purple #937FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.66%

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

R = 29.7%
G = 25.66%
B = 44.65%

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

#937FDD (or 0x937FDD) is known color: Medium Purple. HEX triplet: 93, 7F and DD. RGB value is (147,127,221). Sum of RGB (Red+Green+Blue) = 147+127+221=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #937FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FDD is #6C8022. Grayscale: #8F8F8F. Windows color (decimal): -7110691 or 14516115. OLE color: 14516115.

HSL color Cylindrical-coordinate representation of color #937FDD: hue angle of 252.77º degrees, saturation: 0.58, 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 #937FDD is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 127 221 -
CMYK 0.33 0.43 0 0.13
HSL 252.77º 0.58% 0.68% -
HSV(B) 252.77º 0.43% 0.87% -
XYZ 32.67 26.6 71.82 -
YUV 143.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 147 127 221 0.33 0.43 0 0.13 252.77 0.58 0.68
Hex 93 7F DD 21 2B 0 D FD 3A 44
Octal 223 177 335 41 53 0 15 375 72 104
Binary 10010011 1111111 11011101 100001 101011 0 1101 11111101 111010 1000100

Color Harmonies of #937FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937FDD

Black with #937FDD

Text Example


Text Example

White with #937FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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