#9B2F76

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

Shades of Dark Purple #9B2F76

Tints of Dark Purple #9B2F76

Color information

#9B2F76 (or 0x9B2F76) is unknown color: approx Dark Purple. HEX triplet: 9B, 2F and 76. RGB value is (155,47,118). Sum of RGB (Red+Green+Blue) = 155+47+118=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2F76 is #64D089. Grayscale: #575757. Windows color (decimal): -6606986 or 7745435. OLE color: 7745435.

HSL color Cylindrical-coordinate representation of color #9B2F76: hue angle of 320.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F76 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB15547118-
CMYK00.700.240.39
HSL320.56º53.47%39.61%-
HSV(B)320.56º69.68%60.78%-
XYZ17.810.3118.19-
YUV87.39145.28176.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 47 (18.75% from 255) = 14.69%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=48.44%
G=14.69%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554711800.700.240.39320.5653.4739.61
Hex9B2F7604618271413528
Octal23357166010630475016550
Binary1001101110111111101100100011011000100111101000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,118); }

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

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

 a { background-color: rgb(155,47,118); }

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

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

 span { border-color: rgb(155,47,118); }

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