Html Css Color HEX #937AD5 Medium Purple

📋 copy color: '#937AD5'

red 147 ◦ green 122 ◦ blue 213

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

Shades of Medium Purple #937AD5

Tints of Medium Purple #937AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 30.5%
G = 25.31%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#937AD5 (or 0x937AD5) is known color: Medium Purple. HEX triplet: 93, 7A and D5. RGB value is (147,122,213). Sum of RGB (Red+Green+Blue) = 147+122+213=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #937AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AD5 is #6C852A. Grayscale: #8B8B8B. Windows color (decimal): -7111979 or 13990547. OLE color: 13990547.

HSL color Cylindrical-coordinate representation of color #937AD5: hue angle of 256.48º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #937AD5 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 122 213 -
CMYK 0.31 0.43 0 0.16
HSL 256.48º 0.52% 0.66% -
HSV(B) 256.48º 0.43% 0.84% -
XYZ 31 24.93 66.13 -
YUV 139.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 147 122 213 0.31 0.43 0 0.16 256.48 0.52 0.66
Hex 93 7A D5 1F 2B 0 10 100 34 42
Octal 223 172 325 37 53 0 20 400 64 102
Binary 10010011 1111010 11010101 11111 101011 0 10000 100000000 110100 1000010

Color Harmonies of #937AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937AD5

Black with #937AD5

Text Example


Text Example

White with #937AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,122,213); }

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

background-color css

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

 a { background-color: rgb(147,122,213); }

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

border-color css

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

 span { border-color: rgb(147,122,213); }

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