#9A2294

Color #9A2294 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9A2294

Tints of Dark Purple #9A2294

Color information

#9A2294 (or 0x9A2294) is unknown color: approx Dark Purple. HEX triplet: 9A, 22 and 94. RGB value is (154,34,148). Sum of RGB (Red+Green+Blue) = 154+34+148=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2294 is #65DD6B. Grayscale: #525252. Windows color (decimal): -6675820 or 9708186. OLE color: 9708186.

HSL color Cylindrical-coordinate representation of color #9A2294: hue angle of 303º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2294 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15434148-
CMYK00.780.040.40
HSL303º63.83%36.86%-
HSV(B)303º77.92%60.39%-
XYZ19.2410.1528.96-
YUV82.88164.76178.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 34 (13.67% from 255) = 10.12%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=45.83%
G=10.12%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543414800.780.040.4030363.8336.86
Hex9A229404E42812f4025
Octal23242224011645045710045
Binary1001101010001010010100010011101001010001001011111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2294; }

 p { color: rgb(154,34,148); }

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

<style>
 a { background-color: #9A2294; }

 a { background-color: rgb(154,34,148); }

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

<style>
 span { border-color: #9A2294; }

 span { border-color: rgb(154,34,148); }

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