#942AAB

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

Shades of Vivid Violet #942AAB

Tints of Vivid Violet #942AAB

Color information

#942AAB (or 0x942AAB) is unknown color: approx Vivid Violet. HEX triplet: 94, 2A and AB. RGB value is (148,42,171). Sum of RGB (Red+Green+Blue) = 148+42+171=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #942AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942AAB is #6BD554. Grayscale: #575757. Windows color (decimal): -7066965 or 11217556. OLE color: 11217556.

HSL color Cylindrical-coordinate representation of color #942AAB: hue angle of 289.3º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942AAB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14842171-
CMYK0.130.7500.33
HSL289.3º60.56%41.76%-
HSV(B)289.3º75.44%67.06%-
XYZ20.3910.8939.56-
YUV88.4174.62170.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=41.00%
G=11.63%
B=47.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148421710.130.7500.33289.360.5641.76
Hex942AABD4B0211213d2a
Octal22452253151130414417552
Binary1001010010101010101011110110010110100001100100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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