#937EC0

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

Shades of True V #937EC0

Tints of True V #937EC0

Color information

#937EC0 (or 0x937EC0) is unknown color: approx True V. HEX triplet: 93, 7E and C0. RGB value is (147,126,192). Sum of RGB (Red+Green+Blue) = 147+126+192=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #937EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EC0 is #6C813F. Grayscale: #8B8B8B. Windows color (decimal): -7110976 or 12615315. OLE color: 12615315.

HSL color Cylindrical-coordinate representation of color #937EC0: hue angle of 259.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #937EC0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147126192-
CMYK0.230.3400.25
HSL259.09º34.38%62.35%-
HSV(B)259.09º34.38%75.29%-
XYZ29.0124.9353.15-
YUV139.8157.46133.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=31.61%
G=27.10%
B=41.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471261920.230.3400.25259.0934.3862.35
Hex937EC01722019103223e
Octal22317630027420314034276
Binary1001001111111101100000010111100010011001100000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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