#943D8B

Color #943D8B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #943D8B

Tints of Vivid Violet #943D8B

Color information

#943D8B (or 0x943D8B) is unknown color: approx Vivid Violet. HEX triplet: 94, 3D and 8B. RGB value is (148,61,139). Sum of RGB (Red+Green+Blue) = 148+61+139=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #943D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943D8B is #6BC274. Grayscale: #5F5F5F. Windows color (decimal): -7062133 or 9125268. OLE color: 9125268.

HSL color Cylindrical-coordinate representation of color #943D8B: hue angle of 306.21º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D8B is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14861139-
CMYK00.590.060.42
HSL306.21º41.63%40.98%-
HSV(B)306.21º58.78%58.04%-
XYZ18.5411.525.67-
YUV95.9152.32165.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 61 (24.22% from 255) = 17.53%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=42.53%
G=17.53%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486113900.590.060.42306.2141.6340.98
Hex943D8B03B62A1322a29
Octal224752130736524625251
Binary10010100111101100010110111011110101010100110010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943D8B; }

 p { color: rgb(148,61,139); }

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

<style>
 a { background-color: #943D8B; }

 a { background-color: rgb(148,61,139); }

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

<style>
 span { border-color: #943D8B; }

 span { border-color: rgb(148,61,139); }

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