#9A248F

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

Shades of Dark Purple #9A248F

Tints of Dark Purple #9A248F

Color information

#9A248F (or 0x9A248F) is unknown color: approx Dark Purple. HEX triplet: 9A, 24 and 8F. RGB value is (154,36,143). Sum of RGB (Red+Green+Blue) = 154+36+143=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A248F is #65DB70. Grayscale: #535353. Windows color (decimal): -6675313 or 9381018. OLE color: 9381018.

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

Color convert

RGB15436143-
CMYK00.770.070.40
HSL305.59º62.11%37.25%-
HSV(B)305.59º76.62%60.39%-
XYZ18.9210.1126.94-
YUV83.48161.59178.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=46.25%
G=10.81%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543614300.770.070.40305.5962.1137.25
Hex9A248F04D7281323e25
Octal2324421701157504627645
Binary100110101001001000111101001101111101000100110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,36,143); }

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

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

 a { background-color: rgb(154,36,143); }

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

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

 span { border-color: rgb(154,36,143); }

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