#9035AB

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

Shades of Vivid Violet #9035AB

Tints of Vivid Violet #9035AB

Color information

#9035AB (or 0x9035AB) is unknown color: approx Vivid Violet. HEX triplet: 90, 35 and AB. RGB value is (144,53,171). Sum of RGB (Red+Green+Blue) = 144+53+171=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #9035AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9035AB is #6FCA54. Grayscale: #5D5D5D. Windows color (decimal): -7326293 or 11220368. OLE color: 11220368.

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

Color convert

RGB14453171-
CMYK0.160.6900.33
HSL286.27º52.68%43.92%-
HSV(B)286.27º69.01%67.06%-
XYZ20.1311.4239.67-
YUV93.66171.65163.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=39.13%
G=14.40%
B=46.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144531710.160.6900.33286.2752.6843.92
Hex9035AB104502111e352c
Octal22065253201050414366554
Binary10010000110101101010111000010001010100001100011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9035AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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