#9225AB

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

Shades of Vivid Violet #9225AB

Tints of Vivid Violet #9225AB

Color information

#9225AB (or 0x9225AB) is unknown color: approx Vivid Violet. HEX triplet: 92, 25 and AB. RGB value is (146,37,171). Sum of RGB (Red+Green+Blue) = 146+37+171=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 37 (14.84% from 255 or 10.45% 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 #9225AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9225AB is #6DDA54. Grayscale: #545454. Windows color (decimal): -7199317 or 11216274. OLE color: 11216274.

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

Color convert

RGB14637171-
CMYK0.150.7800.33
HSL288.81º64.42%40.78%-
HSV(B)288.81º78.36%67.06%-
XYZ19.8710.3739.48-
YUV84.87176.61171.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 37 (14.84% from 255) = 10.45%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=41.24%
G=10.45%
B=48.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146371710.150.7800.33288.8164.4240.78
Hex9225ABF4E0211214029
Octal222452531711604144110051
Binary10010010100101101010111111100111001000011001000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9225AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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