#90408B

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

Shades of Vivid Violet #90408B

Tints of Vivid Violet #90408B

Color information

#90408B (or 0x90408B) is unknown color: approx Vivid Violet. HEX triplet: 90, 40 and 8B. RGB value is (144,64,139). Sum of RGB (Red+Green+Blue) = 144+64+139=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90408B is #6FBF74. Grayscale: #606060. Windows color (decimal): -7323509 or 9126032. OLE color: 9126032.

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

Color convert

RGB14464139-
CMYK00.560.030.44
HSL303.75º38.46%40.78%-
HSV(B)303.75º55.56%56.47%-
XYZ1811.4625.69-
YUV96.47152161.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=41.50%
G=18.44%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446413900.560.030.44303.7538.4640.78
Hex90408B03832C1302629
Octal2201002130703544604651
Binary10010000100000010001011011100011101100100110000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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