#9236A9

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

Shades of Vivid Violet #9236A9

Tints of Vivid Violet #9236A9

Color information

#9236A9 (or 0x9236A9) is unknown color: approx Vivid Violet. HEX triplet: 92, 36 and A9. RGB value is (146,54,169). Sum of RGB (Red+Green+Blue) = 146+54+169=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 169 - color contains mainly: blue. Hex color #9236A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9236A9 is #6DC956. Grayscale: #5E5E5E. Windows color (decimal): -7194967 or 11089554. OLE color: 11089554.

HSL color Cylindrical-coordinate representation of color #9236A9: hue angle of 288º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9236A9 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14654169-
CMYK0.140.6800.34
HSL288º51.57%43.73%-
HSV(B)288º68.05%66.27%-
XYZ20.3311.6138.71-
YUV94.62169.98164.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=39.57%
G=14.63%
B=45.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal146541690.140.6800.3428851.5743.73
Hex9236A9E44022120342c
Octal22266251161040424406454
Binary1001001011011010101001111010001000100010100100000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9236A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9236A9; }

 p { color: rgb(146,54,169); }

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

<style>
 a { background-color: #9236A9; }

 a { background-color: rgb(146,54,169); }

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

<style>
 span { border-color: #9236A9; }

 span { border-color: rgb(146,54,169); }

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