#90328D

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

Shades of Vivid Violet #90328D

Tints of Vivid Violet #90328D

Color information

#90328D (or 0x90328D) is unknown color: approx Vivid Violet. HEX triplet: 90, 32 and 8D. RGB value is (144,50,141). Sum of RGB (Red+Green+Blue) = 144+50+141=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328D is #6FCD72. Grayscale: #585858. Windows color (decimal): -7327091 or 9253520. OLE color: 9253520.

HSL color Cylindrical-coordinate representation of color #90328D: hue angle of 301.91º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90328D is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14450141-
CMYK00.650.020.44
HSL301.91º48.45%38.04%-
HSV(B)301.91º65.28%56.47%-
XYZ17.4510.1326.24-
YUV88.48157.64167.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=42.99%
G=14.93%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445014100.650.020.44301.9148.4538.04
Hex90328D04122C12e3026
Octal2206221501012544566046
Binary10010000110010100011010100000110101100100101110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90328D; }

 p { color: rgb(144,50,141); }

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

<style>
 a { background-color: #90328D; }

 a { background-color: rgb(144,50,141); }

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

<style>
 span { border-color: #90328D; }

 span { border-color: rgb(144,50,141); }

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