#9227AB

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

Shades of Vivid Violet #9227AB

Tints of Vivid Violet #9227AB

Color information

#9227AB (or 0x9227AB) is unknown color: approx Vivid Violet. HEX triplet: 92, 27 and AB. RGB value is (146,39,171). Sum of RGB (Red+Green+Blue) = 146+39+171=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9227AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9227AB is #6DD854. Grayscale: #555555. Windows color (decimal): -7198805 or 11216786. OLE color: 11216786.

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

Color convert

RGB14639171-
CMYK0.150.7700.33
HSL288.64º62.86%41.18%-
HSV(B)288.64º77.19%67.06%-
XYZ19.9310.539.5-
YUV86.04175.95170.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 39 (15.62% from 255) = 10.96%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=41.01%
G=10.96%
B=48.03%

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
Decimal146391710.150.7700.33288.6462.8641.18
Hex9227ABF4D0211213f29
Octal22247253171150414417751
Binary1001001010011110101011111110011010100001100100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9227AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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