#943D96

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

Shades of Vivid Violet #943D96

Tints of Vivid Violet #943D96

Color information

#943D96 (or 0x943D96) is unknown color: approx Vivid Violet. HEX triplet: 94, 3D and 96. RGB value is (148,61,150). Sum of RGB (Red+Green+Blue) = 148+61+150=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #943D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943D96 is #6BC269. Grayscale: #606060. Windows color (decimal): -7062122 or 9846164. OLE color: 9846164.

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

Color convert

RGB14861150-
CMYK0.010.5900.41
HSL298.65º42.18%41.37%-
HSV(B)298.65º59.33%58.82%-
XYZ19.3911.8430.12-
YUV97.16157.82164.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 61 (24.22% from 255) = 16.99%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=41.23%
G=16.99%
B=41.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148611500.010.5900.41298.6542.1841.37
Hex943D9613B02912b2a29
Octal224752261730514535251
Binary100101001111011001011011110110101001100101011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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