#943E8B

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

Shades of Vivid Violet #943E8B

Tints of Vivid Violet #943E8B

Color information

#943E8B (or 0x943E8B) is unknown color: approx Vivid Violet. HEX triplet: 94, 3E and 8B. RGB value is (148,62,139). Sum of RGB (Red+Green+Blue) = 148+62+139=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #943E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943E8B is #6BC174. Grayscale: #606060. Windows color (decimal): -7061877 or 9125524. OLE color: 9125524.

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

Color convert

RGB14862139-
CMYK00.580.060.42
HSL306.28º40.95%41.18%-
HSV(B)306.28º58.11%58.04%-
XYZ18.611.6125.69-
YUV96.49151.99164.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=42.41%
G=17.77%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486213900.580.060.42306.2840.9541.18
Hex943E8B03A62A1322929
Octal224762130726524625151
Binary10010100111110100010110111010110101010100110010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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