#90408A

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

Shades of Vivid Violet #90408A

Tints of Vivid Violet #90408A

Color information

#90408A (or 0x90408A) is unknown color: approx Vivid Violet. HEX triplet: 90, 40 and 8A. RGB value is (144,64,138). Sum of RGB (Red+Green+Blue) = 144+64+138=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #90408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90408A is #6FBF75. Grayscale: #606060. Windows color (decimal): -7323510 or 9060496. OLE color: 9060496.

HSL color Cylindrical-coordinate representation of color #90408A: hue angle of 304.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 #90408A is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14464138-
CMYK00.560.040.44
HSL304.5º38.46%40.78%-
HSV(B)304.5º55.56%56.47%-
XYZ17.9211.4325.31-
YUV96.36151.5161.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=41.62%
G=18.50%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446413800.560.040.44304.538.4640.78
Hex90408A03842C1302629
Octal2201002120704544604651
Binary100100001000000100010100111000100101100100110000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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