#937CC1

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

Shades of True V #937CC1

Tints of True V #937CC1

Color information

#937CC1 (or 0x937CC1) is unknown color: approx True V. HEX triplet: 93, 7C and C1. RGB value is (147,124,193). Sum of RGB (Red+Green+Blue) = 147+124+193=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #937CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CC1 is #6C833E. Grayscale: #8A8A8A. Windows color (decimal): -7111487 or 12680339. OLE color: 12680339.

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

Color convert

RGB147124193-
CMYK0.240.3600.24
HSL260º35.75%62.16%-
HSV(B)260º35.75%75.69%-
XYZ28.8724.4753.65-
YUV138.74158.62133.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=31.68%
G=26.72%
B=41.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471241930.240.3600.2426035.7562.16
Hex937CC11824018104243e
Octal22317430130440304044476
Binary1001001111111001100000111000100100011000100000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,193); }

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

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

 a { background-color: rgb(147,124,193); }

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

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

 span { border-color: rgb(147,124,193); }

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