#937CCA

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

Shades of True V #937CCA

Tints of True V #937CCA

Color information

#937CCA (or 0x937CCA) is unknown color: approx True V. HEX triplet: 93, 7C and CA. RGB value is (147,124,202). Sum of RGB (Red+Green+Blue) = 147+124+202=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #937CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CCA is #6C8335. Grayscale: #8B8B8B. Windows color (decimal): -7111478 or 13270163. OLE color: 13270163.

HSL color Cylindrical-coordinate representation of color #937CCA: hue angle of 257.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937CCA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147124202-
CMYK0.270.3900.21
HSL257.69º42.39%63.92%-
HSV(B)257.69º38.61%79.22%-
XYZ29.924.8859.1-
YUV139.77163.12133.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=31.08%
G=26.22%
B=42.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471242020.270.3900.21257.6942.3963.92
Hex937CCA1B270151022a40
Octal223174312334702540252100
Binary10010011111110011001010110111001110101011000000101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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