#937FCA

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

Shades of True V #937FCA

Tints of True V #937FCA

Color information

#937FCA (or 0x937FCA) is unknown color: approx True V. HEX triplet: 93, 7F and CA. RGB value is (147,127,202). Sum of RGB (Red+Green+Blue) = 147+127+202=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #937FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FCA is #6C8035. Grayscale: #8D8D8D. Windows color (decimal): -7110710 or 13270931. OLE color: 13270931.

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

Color convert

RGB147127202-
CMYK0.270.3700.21
HSL256º41.44%64.51%-
HSV(B)256º37.13%79.22%-
XYZ30.2825.6559.23-
YUV141.53162.13131.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=30.88%
G=26.68%
B=42.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471272020.270.3700.2125641.4464.51
Hex937FCA1B250151002941
Octal223177312334502540051101
Binary10010011111111111001010110111001010101011000000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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