#937AC1

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

Shades of True V #937AC1

Tints of True V #937AC1

Color information

#937AC1 (or 0x937AC1) is unknown color: approx True V. HEX triplet: 93, 7A and C1. RGB value is (147,122,193). Sum of RGB (Red+Green+Blue) = 147+122+193=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #937AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AC1 is #6C853E. Grayscale: #898989. Windows color (decimal): -7111999 or 12679827. OLE color: 12679827.

HSL color Cylindrical-coordinate representation of color #937AC1: hue angle of 261.13º degrees, saturation: 0.36, 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 #937AC1 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147122193-
CMYK0.240.3700.24
HSL261.13º36.41%61.76%-
HSV(B)261.13º36.79%75.69%-
XYZ28.6223.9753.57-
YUV137.57159.28134.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=31.82%
G=26.41%
B=41.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471221930.240.3700.24261.1336.4161.76
Hex937AC11825018105243e
Octal22317230130450304054476
Binary1001001111110101100000111000100101011000100000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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