#9127AB

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

Shades of Vivid Violet #9127AB

Tints of Vivid Violet #9127AB

Color information

#9127AB (or 0x9127AB) is unknown color: approx Vivid Violet. HEX triplet: 91, 27 and AB. RGB value is (145,39,171). Sum of RGB (Red+Green+Blue) = 145+39+171=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9127AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9127AB is #6ED854. Grayscale: #555555. Windows color (decimal): -7264341 or 11216785. OLE color: 11216785.

HSL color Cylindrical-coordinate representation of color #9127AB: hue angle of 288.18º 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 #9127AB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14539171-
CMYK0.150.7700.33
HSL288.18º62.86%41.18%-
HSV(B)288.18º77.19%67.06%-
XYZ19.7510.4139.5-
YUV85.74176.12170.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=40.85%
G=10.99%
B=48.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145391710.150.7700.33288.1862.8641.18
Hex9127ABF4D0211203f29
Octal22147253171150414407751
Binary1001000110011110101011111110011010100001100100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9127AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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