#937fd0

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

Shades of True V #937FD0

Tints of True V #937FD0

Color information

#937FD0 (or 0x937FD0) is unknown color: approx True V. HEX triplet: 93, 7F and D0. RGB value is (147,127,208). Sum of RGB (Red+Green+Blue) = 147+127+208=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #937FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FD0 is #6C802F. Grayscale: #8D8D8D. Windows color (decimal): -7110704 or 13664147. OLE color: 13664147.

HSL color Cylindrical-coordinate representation of color #937FD0: hue angle of 254.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937FD0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147127208-
CMYK0.290.3900.18
HSL254.81º46.29%65.69%-
HSV(B)254.81º38.94%81.57%-
XYZ31.0125.9463.05-
YUV142.21165.13131.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=30.50%
G=26.35%
B=43.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471272080.290.3900.18254.8146.2965.69
Hex937FD01D27012ff2e42
Octal223177320354702237756102
Binary1001001111111111101000011101100111010010111111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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