#94429E

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

Shades of Vivid Violet #94429E

Tints of Vivid Violet #94429E

Color information

#94429E (or 0x94429E) is unknown color: approx Vivid Violet. HEX triplet: 94, 42 and 9E. RGB value is (148,66,158). Sum of RGB (Red+Green+Blue) = 148+66+158=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #94429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94429E is #6BBD61. Grayscale: #646464. Windows color (decimal): -7060834 or 10371732. OLE color: 10371732.

HSL color Cylindrical-coordinate representation of color #94429E: hue angle of 293.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94429E is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14866158-
CMYK0.060.5800.38
HSL293.48º41.07%43.92%-
HSV(B)293.48º58.23%61.96%-
XYZ20.3312.6633.72-
YUV101.01160.17161.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=39.78%
G=17.74%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148661580.060.5800.38293.4841.0743.92
Hex94429E63A026125292c
Octal2241022366720464455154
Binary100101001000010100111101101110100100110100100101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94429E; }

 p { color: rgb(148,66,158); }

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

<style>
 a { background-color: #94429E; }

 a { background-color: rgb(148,66,158); }

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

<style>
 span { border-color: #94429E; }

 span { border-color: rgb(148,66,158); }

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