#90409D

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

Shades of Vivid Violet #90409D

Tints of Vivid Violet #90409D

Color information

#90409D (or 0x90409D) is unknown color: approx Vivid Violet. HEX triplet: 90, 40 and 9D. RGB value is (144,64,157). Sum of RGB (Red+Green+Blue) = 144+64+157=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #90409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90409D is #6FBF62. Grayscale: #626262. Windows color (decimal): -7323491 or 10305680. OLE color: 10305680.

HSL color Cylindrical-coordinate representation of color #90409D: hue angle of 291.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90409D is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14464157-
CMYK0.080.5900.38
HSL291.61º42.08%43.33%-
HSV(B)291.61º59.24%61.57%-
XYZ19.4212.0333.2-
YUV98.52161160.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=39.45%
G=17.53%
B=43.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144641570.080.5900.38291.6142.0843.33
Hex90409D83B0261242a2b
Octal22010023510730464445253
Binary1001000010000001001110110001110110100110100100100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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