#90408E

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

Shades of Vivid Violet #90408E

Tints of Vivid Violet #90408E

Color information

#90408E (or 0x90408E) is unknown color: approx Vivid Violet. HEX triplet: 90, 40 and 8E. RGB value is (144,64,142). Sum of RGB (Red+Green+Blue) = 144+64+142=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90408E is #6FBF71. Grayscale: #606060. Windows color (decimal): -7323506 or 9322640. OLE color: 9322640.

HSL color Cylindrical-coordinate representation of color #90408E: hue angle of 301.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90408E is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14464142-
CMYK00.560.010.44
HSL301.5º38.46%40.78%-
HSV(B)301.5º55.56%56.47%-
XYZ18.2211.5526.86-
YUV96.81153.5161.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=41.14%
G=18.29%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446414200.560.010.44301.538.4640.78
Hex90408E03812C12e2629
Octal2201002160701544564651
Binary1001000010000001000111001110001101100100101110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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