#943996

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

Shades of Vivid Violet #943996

Tints of Vivid Violet #943996

Color information

#943996 (or 0x943996) is unknown color: approx Vivid Violet. HEX triplet: 94, 39 and 96. RGB value is (148,57,150). Sum of RGB (Red+Green+Blue) = 148+57+150=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #943996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943996 is #6BC669. Grayscale: #5E5E5E. Windows color (decimal): -7063146 or 9845140. OLE color: 9845140.

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

Color convert

RGB14857150-
CMYK0.010.6200.41
HSL298.71º44.93%40.59%-
HSV(B)298.71º62%58.82%-
XYZ19.1811.4230.05-
YUV94.81159.15165.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=41.69%
G=16.06%
B=42.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148571500.010.6200.41298.7144.9340.59
Hex94399613E02912b2d29
Octal224712261760514535551
Binary100101001110011001011011111100101001100101011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943996; }

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

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

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

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

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

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

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

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