#9B246E

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

Shades of Dark Purple #9B246E

Tints of Dark Purple #9B246E

Color information

#9B246E (or 0x9B246E) is unknown color: approx Dark Purple. HEX triplet: 9B, 24 and 6E. RGB value is (155,36,110). Sum of RGB (Red+Green+Blue) = 155+36+110=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B246E is #64DB91. Grayscale: #4F4F4F. Windows color (decimal): -6609810 or 7218331. OLE color: 7218331.

HSL color Cylindrical-coordinate representation of color #9B246E: hue angle of 322.69º 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 #9B246E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15536110-
CMYK00.770.290.39
HSL322.69º62.3%37.45%-
HSV(B)322.69º76.77%60.78%-
XYZ16.969.3615.66-
YUV80.02144.92181.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=51.50%
G=11.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553611000.770.290.39322.6962.337.45
Hex9B246E04D1D271433e25
Octal23344156011535475037645
Binary1001101110010011011100100110111101100111101000011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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