Shades of Cold Purple #9B92B3
Tints of Cold Purple #9B92B3
RGB
CMYK
RGB Variations
Color information
#9B92B3 (or 0x9B92B3) is known color: Cold Purple. HEX triplet: 9B, 92 and B3. RGB value is (155,146,179). Sum of RGB (Red+Green+Blue) = 155+146+179=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B92B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92B3 is #646D4C. Grayscale: #989898. Windows color (decimal): -6581581 or 11768475. OLE color: 11768475.
HSL color Cylindrical-coordinate representation of color #9B92B3: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B92B3 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 146 | 179 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.30 |
| HSL | 256.36º | 0.18% | 0.64% | - |
| HSV(B) | 256.36º | 0.18% | 0.7% | - |
| XYZ | 31.93 | 30.78 | 46.91 | - |
| YUV | 152.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 179 | 0.13 | 0.18 | 0 | 0.30 | 256.36 | 0.18 | 0.64 |
| Hex | 9B | 92 | B3 | D | 12 | 0 | 1E | 100 | 12 | 40 |
| Octal | 233 | 222 | 263 | 15 | 22 | 0 | 36 | 400 | 22 | 100 |
| Binary | 10011011 | 10010010 | 10110011 | 1101 | 10010 | 0 | 11110 | 100000000 | 10010 | 1000000 |
Color Harmonies of #9B92B3
Complementary color
Monochromatic Colors of #9B92B3
Black with #9B92B3
Text Example
Text Example
White with #9B92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B92B3; }
p { color: rgb(155,146,179); }
H1.HeaderClassName
{
color: #9B92B3;
}
.AnyTagClassName
{
color: #9B92B3;
}
</style>
background-color css
<style>
a { background-color: #9B92B3; }
a { background-color: rgb(155,146,179); }
div.DivClassName
{
background-color: #9B92B3;
}
.BgClassName
{
background-color: #9B92B3;
}
</style>
border-color css
<style>
span { border-color: #9B92B3; }
span { border-color: rgb(155,146,179); }
td.TdClassName
{
border-color: #9B92B3;
}
.TagClassName
{
border-color: #9B92B3;
}
</style>