Shades of Dark Purple #9B268C
Tints of Dark Purple #9B268C
RGB
CMYK
RGB Variations
Color information
#9B268C (or 0x9B268C) is known color: Dark Purple. HEX triplet: 9B, 26 and 8C. RGB value is (155,38,140). Sum of RGB (Red+Green+Blue) = 155+38+140=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B268C is #64D973. Grayscale: #545454. Windows color (decimal): -6609268 or 9184923. OLE color: 9184923.
HSL color Cylindrical-coordinate representation of color #9B268C: hue angle of 307.69º 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 #9B268C is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 140 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.39 |
| HSL | 307.69º | 0.61% | 0.38% | - |
| HSV(B) | 307.69º | 0.75% | 0.61% | - |
| XYZ | 18.94 | 10.25 | 25.79 | - |
| YUV | 84.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 140 | 0 | 0.75 | 0.10 | 0.39 | 307.69 | 0.61 | 0.38 |
| Hex | 9B | 26 | 8C | 0 | 4B | A | 27 | 134 | 3D | 26 |
| Octal | 233 | 46 | 214 | 0 | 113 | 12 | 47 | 464 | 75 | 46 |
| Binary | 10011011 | 100110 | 10001100 | 0 | 1001011 | 1010 | 100111 | 100110100 | 111101 | 100110 |
Color Harmonies of #9B268C
Complementary color
Monochromatic Colors of #9B268C
Black with #9B268C
Text Example
Text Example
White with #9B268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B268C; }
p { color: rgb(155,38,140); }
H1.HeaderClassName
{
color: #9B268C;
}
.AnyTagClassName
{
color: #9B268C;
}
</style>
background-color css
<style>
a { background-color: #9B268C; }
a { background-color: rgb(155,38,140); }
div.DivClassName
{
background-color: #9B268C;
}
.BgClassName
{
background-color: #9B268C;
}
</style>
border-color css
<style>
span { border-color: #9B268C; }
span { border-color: rgb(155,38,140); }
td.TdClassName
{
border-color: #9B268C;
}
.TagClassName
{
border-color: #9B268C;
}
</style>