#9B2679

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

Shades of Dark Purple #9B2679

Tints of Dark Purple #9B2679

Color information

#9B2679 (or 0x9B2679) is unknown color: approx Dark Purple. HEX triplet: 9B, 26 and 79. RGB value is (155,38,121). Sum of RGB (Red+Green+Blue) = 155+38+121=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2679 is #64D986. Grayscale: #525252. Windows color (decimal): -6609287 or 7939739. OLE color: 7939739.

HSL color Cylindrical-coordinate representation of color #9B2679: hue angle of 317.44º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2679 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15538121-
CMYK00.750.220.39
HSL317.44º60.62%37.84%-
HSV(B)317.44º75.48%60.78%-
XYZ17.669.7419.04-
YUV82.44149.76179.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=49.36%
G=12.10%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553812100.750.220.39317.4460.6237.84
Hex9B267904B162713d3d26
Octal23346171011326474757546
Binary1001101110011011110010100101110110100111100111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,121); }

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

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

 a { background-color: rgb(155,38,121); }

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

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

 span { border-color: rgb(155,38,121); }

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