#9259A4

Color #9259A4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9259A4

Tints of Violet Blue #9259A4

Color information

#9259A4 (or 0x9259A4) is unknown color: approx Violet Blue. HEX triplet: 92, 59 and A4. RGB value is (146,89,164). Sum of RGB (Red+Green+Blue) = 146+89+164=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #9259A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9259A4 is #6DA65B. Grayscale: #727272. Windows color (decimal): -7186012 or 10770834. OLE color: 10770834.

HSL color Cylindrical-coordinate representation of color #9259A4: hue angle of 285.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9259A4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14689164-
CMYK0.110.4600.36
HSL285.6º29.64%49.61%-
HSV(B)285.6º45.73%64.31%-
XYZ22.1315.9437.03-
YUV114.59155.88150.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=36.59%
G=22.31%
B=41.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146891640.110.4600.36285.629.6449.61
Hex9259A4B2E02411e1e32
Octal22213124413560444363662
Binary100100101011001101001001011101110010010010001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9259A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9259A4; }

 p { color: rgb(146,89,164); }

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

<style>
 a { background-color: #9259A4; }

 a { background-color: rgb(146,89,164); }

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

<style>
 span { border-color: #9259A4; }

 span { border-color: rgb(146,89,164); }

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