#937EBE

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

Shades of True V #937EBE

Tints of True V #937EBE

Color information

#937EBE (or 0x937EBE) is unknown color: approx True V. HEX triplet: 93, 7E and BE. RGB value is (147,126,190). Sum of RGB (Red+Green+Blue) = 147+126+190=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #937EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EBE is #6C8141. Grayscale: #8B8B8B. Windows color (decimal): -7110978 or 12484243. OLE color: 12484243.

HSL color Cylindrical-coordinate representation of color #937EBE: hue angle of 259.69º degrees, saturation: 0.33, 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 #937EBE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147126190-
CMYK0.230.3400.25
HSL259.69º32.99%61.96%-
HSV(B)259.69º33.68%74.51%-
XYZ28.7924.8451.99-
YUV139.57156.46133.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=31.75%
G=27.21%
B=41.04%

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
Decimal1471261900.230.3400.25259.6932.9961.96
Hex937EBE1722019104213e
Octal22317627627420314044176
Binary1001001111111101011111010111100010011001100000100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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