Shades of Cold Purple #9082B3
Tints of Cold Purple #9082B3
RGB
CMYK
RGB Variations
Color information
#9082B3 (or 0x9082B3) is known color: Cold Purple. HEX triplet: 90, 82 and B3. RGB value is (144,130,179). Sum of RGB (Red+Green+Blue) = 144+130+179=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #9082B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082B3 is #6F7D4C. Grayscale: #8B8B8B. Windows color (decimal): -7306573 or 11764368. OLE color: 11764368.
HSL color Cylindrical-coordinate representation of color #9082B3: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9082B3 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 130 | 179 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.30 |
| HSL | 257.14º | 0.24% | 0.61% | - |
| HSV(B) | 257.14º | 0.27% | 0.7% | - |
| XYZ | 27.62 | 25.15 | 46.05 | - |
| YUV | 139.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 179 | 0.20 | 0.27 | 0 | 0.30 | 257.14 | 0.24 | 0.61 |
| Hex | 90 | 82 | B3 | 14 | 1B | 0 | 1E | 101 | 18 | 3D |
| Octal | 220 | 202 | 263 | 24 | 33 | 0 | 36 | 401 | 30 | 75 |
| Binary | 10010000 | 10000010 | 10110011 | 10100 | 11011 | 0 | 11110 | 100000001 | 11000 | 111101 |
Color Harmonies of #9082B3
Complementary color
Monochromatic Colors of #9082B3
Black with #9082B3
Text Example
Text Example
White with #9082B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082B3; }
p { color: rgb(144,130,179); }
H1.HeaderClassName
{
color: #9082B3;
}
.AnyTagClassName
{
color: #9082B3;
}
</style>
background-color css
<style>
a { background-color: #9082B3; }
a { background-color: rgb(144,130,179); }
div.DivClassName
{
background-color: #9082B3;
}
.BgClassName
{
background-color: #9082B3;
}
</style>
border-color css
<style>
span { border-color: #9082B3; }
span { border-color: rgb(144,130,179); }
td.TdClassName
{
border-color: #9082B3;
}
.TagClassName
{
border-color: #9082B3;
}
</style>