#937EC5

Color #937EC5 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #937EC5

Tints of True V #937EC5

Color information

#937EC5 (or 0x937EC5) is unknown color: approx True V. HEX triplet: 93, 7E and C5. RGB value is (147,126,197). Sum of RGB (Red+Green+Blue) = 147+126+197=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #937EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EC5 is #6C813A. Grayscale: #8C8C8C. Windows color (decimal): -7110971 or 12942995. OLE color: 12942995.

HSL color Cylindrical-coordinate representation of color #937EC5: hue angle of 257.75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #937EC5 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147126197-
CMYK0.250.3600.23
HSL257.75º37.97%63.33%-
HSV(B)257.75º36.04%77.25%-
XYZ29.5725.1656.12-
YUV140.37159.96132.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=31.28%
G=26.81%
B=41.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471261970.250.3600.23257.7537.9763.33
Hex937EC51924017102263f
Octal22317630531440274024677
Binary1001001111111101100010111001100100010111100000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,126,197); }

 H1.HeaderClassName
 {
   color: #937EC5;
 }
 .AnyTagClassName
 {
   color: #937EC5;
 }
</style>
background-color css

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

 a { background-color: rgb(147,126,197); }

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

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

 span { border-color: rgb(147,126,197); }

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