#937AC4

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

Shades of True V #937AC4

Tints of True V #937AC4

Color information

#937AC4 (or 0x937AC4) is unknown color: approx True V. HEX triplet: 93, 7A and C4. RGB value is (147,122,196). Sum of RGB (Red+Green+Blue) = 147+122+196=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #937AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AC4 is #6C853B. Grayscale: #898989. Windows color (decimal): -7111996 or 12876435. OLE color: 12876435.

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

Color convert

RGB147122196-
CMYK0.250.3800.23
HSL260.27º38.54%62.35%-
HSV(B)260.27º37.76%76.86%-
XYZ28.9624.1155.35-
YUV137.91160.78134.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=31.61%
G=26.24%
B=42.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471221960.250.3800.23260.2738.5462.35
Hex937AC41926017104273e
Octal22317230431460274044776
Binary1001001111110101100010011001100110010111100000100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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