#9036AB

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

Shades of Vivid Violet #9036AB

Tints of Vivid Violet #9036AB

Color information

#9036AB (or 0x9036AB) is unknown color: approx Vivid Violet. HEX triplet: 90, 36 and AB. RGB value is (144,54,171). Sum of RGB (Red+Green+Blue) = 144+54+171=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #9036AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9036AB is #6FC954. Grayscale: #5D5D5D. Windows color (decimal): -7326037 or 11220624. OLE color: 11220624.

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

Color convert

RGB14454171-
CMYK0.160.6800.33
HSL286.15º52%44.12%-
HSV(B)286.15º68.42%67.06%-
XYZ20.1711.5139.69-
YUV94.25171.32163.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=39.02%
G=14.63%
B=46.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144541710.160.6800.33286.155244.12
Hex9036AB104402111e342c
Octal22066253201040414366454
Binary10010000110110101010111000010001000100001100011110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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