#90428A

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

Shades of Vivid Violet #90428A

Tints of Vivid Violet #90428A

Color information

#90428A (or 0x90428A) is unknown color: approx Vivid Violet. HEX triplet: 90, 42 and 8A. RGB value is (144,66,138). Sum of RGB (Red+Green+Blue) = 144+66+138=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #90428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90428A is #6FBD75. Grayscale: #616161. Windows color (decimal): -7322998 or 9061008. OLE color: 9061008.

HSL color Cylindrical-coordinate representation of color #90428A: hue angle of 304.62º 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 #90428A is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14466138-
CMYK00.540.040.44
HSL304.62º37.14%41.18%-
HSV(B)304.62º54.17%56.47%-
XYZ18.0411.6625.34-
YUV97.53150.84161.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=41.38%
G=18.97%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446613800.540.040.44304.6237.1441.18
Hex90428A03642C1312529
Octal2201022120664544614551
Binary100100001000010100010100110110100101100100110001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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