#937CC5

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

Shades of True V #937CC5

Tints of True V #937CC5

Color information

#937CC5 (or 0x937CC5) is unknown color: approx True V. HEX triplet: 93, 7C and C5. RGB value is (147,124,197). Sum of RGB (Red+Green+Blue) = 147+124+197=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #937CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CC5 is #6C833A. Grayscale: #8A8A8A. Windows color (decimal): -7111483 or 12942483. OLE color: 12942483.

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

Color convert

RGB147124197-
CMYK0.250.3700.23
HSL258.9º38.62%62.94%-
HSV(B)258.9º37.06%77.25%-
XYZ29.3224.6556.04-
YUV139.2160.62133.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.41%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=31.41%
G=26.50%
B=42.09%

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
Decimal1471241970.250.3700.23258.938.6262.94
Hex937CC51925017103273f
Octal22317430531450274034777
Binary1001001111111001100010111001100101010111100000011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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