#937DCD

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

Shades of True V #937DCD

Tints of True V #937DCD

Color information

#937DCD (or 0x937DCD) is unknown color: approx True V. HEX triplet: 93, 7D and CD. RGB value is (147,125,205). Sum of RGB (Red+Green+Blue) = 147+125+205=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #937DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DCD is #6C8232. Grayscale: #8C8C8C. Windows color (decimal): -7111219 or 13467027. OLE color: 13467027.

HSL color Cylindrical-coordinate representation of color #937DCD: hue angle of 256.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937DCD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147125205-
CMYK0.280.3900.20
HSL256.5º44.44%64.71%-
HSV(B)256.5º39.02%80.39%-
XYZ30.3925.2861.04-
YUV140.7164.29132.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=30.82%
G=26.21%
B=42.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471252050.280.3900.20256.544.4464.71
Hex937DCD1C270141002c41
Octal223175315344702440054101
Binary10010011111110111001101111001001110101001000000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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