#90299D

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

Shades of Vivid Violet #90299D

Tints of Vivid Violet #90299D

Color information

#90299D (or 0x90299D) is unknown color: approx Vivid Violet. HEX triplet: 90, 29 and 9D. RGB value is (144,41,157). Sum of RGB (Red+Green+Blue) = 144+41+157=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #90299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90299D is #6FD662. Grayscale: #545454. Windows color (decimal): -7329379 or 10299792. OLE color: 10299792.

HSL color Cylindrical-coordinate representation of color #90299D: hue angle of 293.28º 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 #90299D is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14441157-
CMYK0.080.7400.38
HSL293.28º58.59%38.82%-
HSV(B)293.28º73.89%61.57%-
XYZ18.389.9532.85-
YUV85.02168.62170.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 41 (16.41% from 255) = 11.99%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=42.11%
G=11.99%
B=45.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144411570.080.7400.38293.2858.5938.82
Hex90299D84A0261253b27
Octal22051235101120464457347
Binary1001000010100110011101100010010100100110100100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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