#937FC1

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

Shades of True V #937FC1

Tints of True V #937FC1

Color information

#937FC1 (or 0x937FC1) is unknown color: approx True V. HEX triplet: 93, 7F and C1. RGB value is (147,127,193). Sum of RGB (Red+Green+Blue) = 147+127+193=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #937FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FC1 is #6C803E. Grayscale: #8C8C8C. Windows color (decimal): -7110719 or 12681107. OLE color: 12681107.

HSL color Cylindrical-coordinate representation of color #937FC1: hue angle of 258.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #937FC1 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147127193-
CMYK0.240.3400.24
HSL258.18º34.74%62.75%-
HSV(B)258.18º34.2%75.69%-
XYZ29.2525.2353.78-
YUV140.5157.63132.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=31.48%
G=27.19%
B=41.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471271930.240.3400.24258.1834.7462.75
Hex937FC11822018102233f
Octal22317730130420304024377
Binary1001001111111111100000111000100010011000100000010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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