#90328B

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

Shades of Vivid Violet #90328B

Tints of Vivid Violet #90328B

Color information

#90328B (or 0x90328B) is unknown color: approx Vivid Violet. HEX triplet: 90, 32 and 8B. RGB value is (144,50,139). Sum of RGB (Red+Green+Blue) = 144+50+139=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90328B is #6FCD74. Grayscale: #575757. Windows color (decimal): -7327093 or 9122448. OLE color: 9122448.

HSL color Cylindrical-coordinate representation of color #90328B: hue angle of 303.19º 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 #90328B is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14450139-
CMYK00.650.030.44
HSL303.19º48.45%38.04%-
HSV(B)303.19º65.28%56.47%-
XYZ17.310.0725.46-
YUV88.25156.64167.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=43.24%
G=15.02%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445013900.650.030.44303.1948.4538.04
Hex90328B04132C12f3026
Octal2206221301013544576046
Binary10010000110010100010110100000111101100100101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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