#90428B

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

Shades of Vivid Violet #90428B

Tints of Vivid Violet #90428B

Color information

#90428B (or 0x90428B) is unknown color: approx Vivid Violet. HEX triplet: 90, 42 and 8B. RGB value is (144,66,139). Sum of RGB (Red+Green+Blue) = 144+66+139=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #90428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90428B is #6FBD74. Grayscale: #616161. Windows color (decimal): -7322997 or 9126544. OLE color: 9126544.

HSL color Cylindrical-coordinate representation of color #90428B: hue angle of 303.85º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90428B is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14466139-
CMYK00.540.030.44
HSL303.85º37.14%41.18%-
HSV(B)303.85º54.17%56.47%-
XYZ18.1111.6925.73-
YUV97.64151.34161.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=41.26%
G=18.91%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446613900.540.030.44303.8537.1441.18
Hex90428B03632C1302529
Octal2201022130663544604551
Binary10010000100001010001011011011011101100100110000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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