#94429A

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

Shades of Vivid Violet #94429A

Tints of Vivid Violet #94429A

Color information

#94429A (or 0x94429A) is unknown color: approx Vivid Violet. HEX triplet: 94, 42 and 9A. RGB value is (148,66,154). Sum of RGB (Red+Green+Blue) = 148+66+154=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #94429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94429A is #6BBD65. Grayscale: #646464. Windows color (decimal): -7060838 or 10109588. OLE color: 10109588.

HSL color Cylindrical-coordinate representation of color #94429A: hue angle of 295.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94429A is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14866154-
CMYK0.040.5700.40
HSL295.91º40%43.14%-
HSV(B)295.91º57.14%60.39%-
XYZ19.9912.5331.94-
YUV100.55158.17161.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=40.22%
G=17.93%
B=41.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148661540.040.5700.40295.914043.14
Hex94429A439028128282b
Octal2241022324710504505053
Binary100101001000010100110101001110010101000100101000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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