#90429B

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

Shades of Vivid Violet #90429B

Tints of Vivid Violet #90429B

Color information

#90429B (or 0x90429B) is unknown color: approx Vivid Violet. HEX triplet: 90, 42 and 9B. RGB value is (144,66,155). Sum of RGB (Red+Green+Blue) = 144+66+155=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #90429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90429B is #6FBD64. Grayscale: #636363. Windows color (decimal): -7322981 or 10175120. OLE color: 10175120.

HSL color Cylindrical-coordinate representation of color #90429B: hue angle of 292.58º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90429B is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14466155-
CMYK0.070.5700.39
HSL292.58º40.27%43.33%-
HSV(B)292.58º57.42%60.78%-
XYZ19.3712.1932.34-
YUV99.47159.34159.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=39.45%
G=18.08%
B=42.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144661550.070.5700.39292.5840.2743.33
Hex90429B739027125282b
Octal2201022337710474455053
Binary100100001000010100110111111110010100111100100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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