#943995

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

Shades of Vivid Violet #943995

Tints of Vivid Violet #943995

Color information

#943995 (or 0x943995) is unknown color: approx Vivid Violet. HEX triplet: 94, 39 and 95. RGB value is (148,57,149). Sum of RGB (Red+Green+Blue) = 148+57+149=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #943995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943995 is #6BC66A. Grayscale: #5E5E5E. Windows color (decimal): -7063147 or 9779604. OLE color: 9779604.

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

Color convert

RGB14857149-
CMYK0.010.6200.42
HSL299.35º44.66%40.39%-
HSV(B)299.35º61.74%58.43%-
XYZ19.111.3929.63-
YUV94.7158.65166.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=41.81%
G=16.10%
B=42.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148571490.010.6200.42299.3544.6640.39
Hex94399513E02A12b2d28
Octal224712251760524535550
Binary100101001110011001010111111100101010100101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943995; }

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

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

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

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

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

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

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

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