#90418A

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

Shades of Vivid Violet #90418A

Tints of Vivid Violet #90418A

Color information

#90418A (or 0x90418A) is unknown color: approx Vivid Violet. HEX triplet: 90, 41 and 8A. RGB value is (144,65,138). Sum of RGB (Red+Green+Blue) = 144+65+138=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90418A is #6FBE75. Grayscale: #606060. Windows color (decimal): -7323254 or 9060752. OLE color: 9060752.

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

Color convert

RGB14465138-
CMYK00.550.040.44
HSL304.56º37.8%40.98%-
HSV(B)304.56º54.86%56.47%-
XYZ17.9811.5425.33-
YUV96.94151.17161.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=41.50%
G=18.73%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446513800.550.040.44304.5637.840.98
Hex90418A03742C1312629
Octal2201012120674544614651
Binary100100001000001100010100110111100101100100110001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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