#90338E

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

Shades of Vivid Violet #90338E

Tints of Vivid Violet #90338E

Color information

#90338E (or 0x90338E) is unknown color: approx Vivid Violet. HEX triplet: 90, 33 and 8E. RGB value is (144,51,142). Sum of RGB (Red+Green+Blue) = 144+51+142=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90338E is #6FCC71. Grayscale: #585858. Windows color (decimal): -7326834 or 9319312. OLE color: 9319312.

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

Color convert

RGB14451142-
CMYK00.650.010.44
HSL301.29º47.69%38.24%-
HSV(B)301.29º64.58%56.47%-
XYZ17.5710.2526.64-
YUV89.18157.81167.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=42.73%
G=15.13%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445114200.650.010.44301.2947.6938.24
Hex90338E04112C12d3026
Octal2206321601011544556046
Binary1001000011001110001110010000011101100100101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90338E; }

 p { color: rgb(144,51,142); }

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

<style>
 a { background-color: #90338E; }

 a { background-color: rgb(144,51,142); }

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

<style>
 span { border-color: #90338E; }

 span { border-color: rgb(144,51,142); }

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