#942AA1

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

Shades of Vivid Violet #942AA1

Tints of Vivid Violet #942AA1

Color information

#942AA1 (or 0x942AA1) is unknown color: approx Vivid Violet. HEX triplet: 94, 2A and A1. RGB value is (148,42,161). Sum of RGB (Red+Green+Blue) = 148+42+161=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #942AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942AA1 is #6BD55E. Grayscale: #565656. Windows color (decimal): -7066975 or 10562196. OLE color: 10562196.

HSL color Cylindrical-coordinate representation of color #942AA1: hue angle of 293.45º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942AA1 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14842161-
CMYK0.080.7400.37
HSL293.45º58.62%39.8%-
HSV(B)293.45º73.91%63.14%-
XYZ19.4710.5334.72-
YUV87.26169.62171.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=42.17%
G=11.97%
B=45.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148421610.080.7400.37293.4558.6239.8
Hex942AA184A0251253b28
Octal22452241101120454457350
Binary1001010010101010100001100010010100100101100100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,42,161); }

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

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

 a { background-color: rgb(148,42,161); }

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

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

 span { border-color: rgb(148,42,161); }

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