#9036A9

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

Shades of Vivid Violet #9036A9

Tints of Vivid Violet #9036A9

Color information

#9036A9 (or 0x9036A9) is unknown color: approx Vivid Violet. HEX triplet: 90, 36 and A9. RGB value is (144,54,169). Sum of RGB (Red+Green+Blue) = 144+54+169=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #9036A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9036A9 is #6FC956. Grayscale: #5D5D5D. Windows color (decimal): -7326039 or 11089552. OLE color: 11089552.

HSL color Cylindrical-coordinate representation of color #9036A9: hue angle of 286.96º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9036A9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14454169-
CMYK0.150.6800.34
HSL286.96º51.57%43.73%-
HSV(B)286.96º68.05%66.27%-
XYZ19.9811.4338.69-
YUV94.02170.32163.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=39.24%
G=14.71%
B=46.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal144541690.150.6800.34286.9651.5743.73
Hex9036A9F4402211f342c
Octal22066251171040424376454
Binary1001000011011010101001111110001000100010100011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9036A9; }

 p { color: rgb(144,54,169); }

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

<style>
 a { background-color: #9036A9; }

 a { background-color: rgb(144,54,169); }

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

<style>
 span { border-color: #9036A9; }

 span { border-color: rgb(144,54,169); }

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