#9B248F

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

Shades of Dark Purple #9B248F

Tints of Dark Purple #9B248F

Color information

#9B248F (or 0x9B248F) is unknown color: approx Dark Purple. HEX triplet: 9B, 24 and 8F. RGB value is (155,36,143). Sum of RGB (Red+Green+Blue) = 155+36+143=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B248F is #64DB70. Grayscale: #535353. Windows color (decimal): -6609777 or 9381019. OLE color: 9381019.

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

Color convert

RGB15536143-
CMYK00.770.080.39
HSL306.05º62.3%37.45%-
HSV(B)306.05º76.77%60.78%-
XYZ19.1110.2126.95-
YUV83.78161.42178.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 36 (14.45% from 255) = 10.78%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=46.41%
G=10.78%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553614300.770.080.39306.0562.337.45
Hex9B248F04D8271323e25
Octal23344217011510474627645
Binary1001101110010010001111010011011000100111100110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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