#942E90

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

Shades of Vivid Violet #942E90

Tints of Vivid Violet #942E90

Color information

#942E90 (or 0x942E90) is unknown color: approx Vivid Violet. HEX triplet: 94, 2E and 90. RGB value is (148,46,144). Sum of RGB (Red+Green+Blue) = 148+46+144=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #942E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942E90 is #6BD16F. Grayscale: #575757. Windows color (decimal): -7065968 or 9449108. OLE color: 9449108.

HSL color Cylindrical-coordinate representation of color #942E90: hue angle of 302.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E90 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14846144-
CMYK00.690.030.42
HSL302.35º52.58%38.04%-
HSV(B)302.35º68.92%58.04%-
XYZ18.2210.2627.41-
YUV87.67159.79171.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=43.79%
G=13.61%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484614400.690.030.42302.3552.5838.04
Hex942E9004532A12e3526
Octal2245622001053524566546
Binary10010100101110100100000100010111101010100101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E90; }

 p { color: rgb(148,46,144); }

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

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

 a { background-color: rgb(148,46,144); }

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

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

 span { border-color: rgb(148,46,144); }

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