#943E95

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

Shades of Vivid Violet #943E95

Tints of Vivid Violet #943E95

Color information

#943E95 (or 0x943E95) is unknown color: approx Vivid Violet. HEX triplet: 94, 3E and 95. RGB value is (148,62,149). Sum of RGB (Red+Green+Blue) = 148+62+149=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #943E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943E95 is #6BC16A. Grayscale: #616161. Windows color (decimal): -7061867 or 9780884. OLE color: 9780884.

HSL color Cylindrical-coordinate representation of color #943E95: hue angle of 299.31º 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 #943E95 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14862149-
CMYK0.010.5800.42
HSL299.31º41.23%41.37%-
HSV(B)299.31º58.39%58.43%-
XYZ19.3611.9129.71-
YUV97.63156.99163.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=41.23%
G=17.27%
B=41.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148621490.010.5800.42299.3141.2341.37
Hex943E9513A02A12b2929
Octal224762251720524535151
Binary100101001111101001010111110100101010100101011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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