#9027AB

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

Shades of Vivid Violet #9027AB

Tints of Vivid Violet #9027AB

Color information

#9027AB (or 0x9027AB) is unknown color: approx Vivid Violet. HEX triplet: 90, 27 and AB. RGB value is (144,39,171). Sum of RGB (Red+Green+Blue) = 144+39+171=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9027AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9027AB is #6FD854. Grayscale: #555555. Windows color (decimal): -7329877 or 11216784. OLE color: 11216784.

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

Color convert

RGB14439171-
CMYK0.160.7700.33
HSL287.73º62.86%41.18%-
HSV(B)287.73º77.19%67.06%-
XYZ19.5810.3239.49-
YUV85.44176.29169.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=40.68%
G=11.02%
B=48.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144391710.160.7700.33287.7362.8641.18
Hex9027AB104D0211203f29
Octal22047253201150414407751
Binary10010000100111101010111000010011010100001100100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9027AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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