#937CC4

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

Shades of True V #937CC4

Tints of True V #937CC4

Color information

#937CC4 (or 0x937CC4) is unknown color: approx True V. HEX triplet: 93, 7C and C4. RGB value is (147,124,196). Sum of RGB (Red+Green+Blue) = 147+124+196=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #937CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CC4 is #6C833B. Grayscale: #8A8A8A. Windows color (decimal): -7111484 or 12876947. OLE color: 12876947.

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

Color convert

RGB147124196-
CMYK0.250.3700.23
HSL259.17º37.89%62.75%-
HSV(B)259.17º36.73%76.86%-
XYZ29.224.655.43-
YUV139.08160.12133.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=31.48%
G=26.55%
B=41.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471241960.250.3700.23259.1737.8962.75
Hex937CC41925017103263f
Octal22317430431450274034677
Binary1001001111111001100010011001100101010111100000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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