#90299F

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

Shades of Vivid Violet #90299F

Tints of Vivid Violet #90299F

Color information

#90299F (or 0x90299F) is unknown color: approx Vivid Violet. HEX triplet: 90, 29 and 9F. RGB value is (144,41,159). Sum of RGB (Red+Green+Blue) = 144+41+159=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #90299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90299F is #6FD660. Grayscale: #545454. Windows color (decimal): -7329377 or 10430864. OLE color: 10430864.

HSL color Cylindrical-coordinate representation of color #90299F: hue angle of 292.37º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90299F is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14441159-
CMYK0.090.7400.38
HSL292.37º59%39.22%-
HSV(B)292.37º74.21%62.35%-
XYZ18.5510.0233.76-
YUV85.25169.62169.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 41 (16.41% from 255) = 11.92%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=41.86%
G=11.92%
B=46.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144411590.090.7400.38292.375939.22
Hex90299F94A0261243b27
Octal22051237111120464447347
Binary1001000010100110011111100110010100100110100100100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90299F; }

 p { color: rgb(144,41,159); }

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

<style>
 a { background-color: #90299F; }

 a { background-color: rgb(144,41,159); }

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

<style>
 span { border-color: #90299F; }

 span { border-color: rgb(144,41,159); }

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