Html Css Color HEX #937AE1 Medium Purple

📋 copy color: '#937AE1'

red 147 ◦ green 122 ◦ blue 225

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

Shades of Medium Purple #937AE1

Tints of Medium Purple #937AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 29.76%
G = 24.7%
B = 45.55%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#937AE1 (or 0x937AE1) is known color: Medium Purple. HEX triplet: 93, 7A and E1. RGB value is (147,122,225). Sum of RGB (Red+Green+Blue) = 147+122+225=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #937AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AE1 is #6C851E. Grayscale: #8C8C8C. Windows color (decimal): -7111967 or 14776979. OLE color: 14776979.

HSL color Cylindrical-coordinate representation of color #937AE1: hue angle of 254.56º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937AE1 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 122 225 -
CMYK 0.35 0.46 0 0.12
HSL 254.56º 0.63% 0.68% -
HSV(B) 254.56º 0.46% 0.88% -
XYZ 32.58 25.56 74.45 -
YUV 141.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 147 122 225 0.35 0.46 0 0.12 254.56 0.63 0.68
Hex 93 7A E1 23 2E 0 C FF 3F 44
Octal 223 172 341 43 56 0 14 377 77 104
Binary 10010011 1111010 11100001 100011 101110 0 1100 11111111 111111 1000100

Color Harmonies of #937AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937AE1

Black with #937AE1

Text Example


Text Example

White with #937AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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