#90429E

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

Shades of Vivid Violet #90429E

Tints of Vivid Violet #90429E

Color information

#90429E (or 0x90429E) is unknown color: approx Vivid Violet. HEX triplet: 90, 42 and 9E. RGB value is (144,66,158). Sum of RGB (Red+Green+Blue) = 144+66+158=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #90429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90429E is #6FBD61. Grayscale: #636363. Windows color (decimal): -7322978 or 10371728. OLE color: 10371728.

HSL color Cylindrical-coordinate representation of color #90429E: hue angle of 290.87º 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 #90429E is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14466158-
CMYK0.090.5800.38
HSL290.87º41.07%43.92%-
HSV(B)290.87º58.23%61.96%-
XYZ19.6212.2933.69-
YUV99.81160.84159.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=39.13%
G=17.93%
B=42.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144661580.090.5800.38290.8741.0743.92
Hex90429E93A026123292c
Octal22010223611720464435154
Binary1001000010000101001111010011110100100110100100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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