#942E8E

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

Shades of Vivid Violet #942E8E

Tints of Vivid Violet #942E8E

Color information

#942E8E (or 0x942E8E) is unknown color: approx Vivid Violet. HEX triplet: 94, 2E and 8E. RGB value is (148,46,142). Sum of RGB (Red+Green+Blue) = 148+46+142=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #942E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942E8E is #6BD171. Grayscale: #575757. Windows color (decimal): -7065970 or 9318036. OLE color: 9318036.

HSL color Cylindrical-coordinate representation of color #942E8E: hue angle of 303.53º 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 #942E8E is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14846142-
CMYK00.690.040.42
HSL303.53º52.58%38.04%-
HSV(B)303.53º68.92%58.04%-
XYZ18.0710.226.61-
YUV87.44158.79171.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 46 (18.36% from 255) = 13.69%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=44.05%
G=13.69%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484614200.690.040.42303.5352.5838.04
Hex942E8E04542A1303526
Octal2245621601054524606546
Binary100101001011101000111001000101100101010100110000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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