#9040A3

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

Shades of Vivid Violet #9040A3

Tints of Vivid Violet #9040A3

Color information

#9040A3 (or 0x9040A3) is unknown color: approx Vivid Violet. HEX triplet: 90, 40 and A3. RGB value is (144,64,163). Sum of RGB (Red+Green+Blue) = 144+64+163=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #9040A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040A3 is #6FBF5C. Grayscale: #626262. Windows color (decimal): -7323485 or 10698896. OLE color: 10698896.

HSL color Cylindrical-coordinate representation of color #9040A3: hue angle of 288.48º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9040A3 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14464163-
CMYK0.120.6100.36
HSL288.48º43.61%44.51%-
HSV(B)288.48º60.74%63.92%-
XYZ19.9512.2435.96-
YUV99.21164159.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 163 (64.06% from 255) = 43.94%
R=38.81%
G=17.25%
B=43.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144641630.120.6100.36288.4843.6144.51
Hex9040A3C3D0241202c2d
Octal22010024314750444405455
Binary1001000010000001010001111001111010100100100100000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9040A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9040A3; }

 p { color: rgb(144,64,163); }

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

<style>
 a { background-color: #9040A3; }

 a { background-color: rgb(144,64,163); }

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

<style>
 span { border-color: #9040A3; }

 span { border-color: rgb(144,64,163); }

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