#937DCA

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

Shades of True V #937DCA

Tints of True V #937DCA

Color information

#937DCA (or 0x937DCA) is unknown color: approx True V. HEX triplet: 93, 7D and CA. RGB value is (147,125,202). Sum of RGB (Red+Green+Blue) = 147+125+202=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #937DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DCA is #6C8235. Grayscale: #8C8C8C. Windows color (decimal): -7111222 or 13270419. OLE color: 13270419.

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

Color convert

RGB147125202-
CMYK0.270.3800.21
HSL257.14º42.08%64.12%-
HSV(B)257.14º38.12%79.22%-
XYZ30.0325.1359.15-
YUV140.36162.79132.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=31.01%
G=26.37%
B=42.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471252020.270.3800.21257.1442.0864.12
Hex937DCA1B260151012a40
Octal223175312334602540152100
Binary10010011111110111001010110111001100101011000000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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