#937BC3

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

Shades of True V #937BC3

Tints of True V #937BC3

Color information

#937BC3 (or 0x937BC3) is unknown color: approx True V. HEX triplet: 93, 7B and C3. RGB value is (147,123,195). Sum of RGB (Red+Green+Blue) = 147+123+195=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #937BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BC3 is #6C843C. Grayscale: #8A8A8A. Windows color (decimal): -7111741 or 12811155. OLE color: 12811155.

HSL color Cylindrical-coordinate representation of color #937BC3: hue angle of 260º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #937BC3 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147123195-
CMYK0.250.3700.24
HSL260º37.5%62.35%-
HSV(B)260º36.92%76.47%-
XYZ28.9724.3154.8-
YUV138.38159.95134.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=31.61%
G=26.45%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471231950.250.3700.2426037.562.35
Hex937BC31925018104263e
Octal22317330331450304044676
Binary1001001111110111100001111001100101011000100000100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,123,195); }

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

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

 a { background-color: rgb(147,123,195); }

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

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

 span { border-color: rgb(147,123,195); }

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