#9B247F

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

Shades of Dark Purple #9B247F

Tints of Dark Purple #9B247F

Color information

#9B247F (or 0x9B247F) is unknown color: approx Dark Purple. HEX triplet: 9B, 24 and 7F. RGB value is (155,36,127). Sum of RGB (Red+Green+Blue) = 155+36+127=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B247F is #64DB80. Grayscale: #515151. Windows color (decimal): -6609793 or 8332443. OLE color: 8332443.

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

Color convert

RGB15536127-
CMYK00.770.180.39
HSL314.12º62.3%37.45%-
HSV(B)314.12º76.77%60.78%-
XYZ17.989.7621.02-
YUV81.96153.42180.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 127 (50% from 255) = 39.94%
R=48.74%
G=11.32%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553612700.770.180.39314.1262.337.45
Hex9B247F04D122713a3e25
Octal23344177011522474727645
Binary1001101110010011111110100110110010100111100111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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