Shades of Cold Purple #9782CB
Tints of Cold Purple #9782CB
RGB
CMYK
RGB Variations
Color information
#9782CB (or 0x9782CB) is known color: Cold Purple. HEX triplet: 97, 82 and CB. RGB value is (151,130,203). Sum of RGB (Red+Green+Blue) = 151+130+203=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9782CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782CB is #687D34. Grayscale: #909090. Windows color (decimal): -6847797 or 13337239. OLE color: 13337239.
HSL color Cylindrical-coordinate representation of color #9782CB: hue angle of 257.26º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9782CB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 130 | 203 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.20 |
| HSL | 257.26º | 0.41% | 0.65% | - |
| HSV(B) | 257.26º | 0.36% | 0.8% | - |
| XYZ | 31.52 | 26.86 | 60.02 | - |
| YUV | 144.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 203 | 0.26 | 0.36 | 0 | 0.20 | 257.26 | 0.41 | 0.65 |
| Hex | 97 | 82 | CB | 1A | 24 | 0 | 14 | 101 | 29 | 41 |
| Octal | 227 | 202 | 313 | 32 | 44 | 0 | 24 | 401 | 51 | 101 |
| Binary | 10010111 | 10000010 | 11001011 | 11010 | 100100 | 0 | 10100 | 100000001 | 101001 | 1000001 |
Color Harmonies of #9782CB
Complementary color
Monochromatic Colors of #9782CB
Black with #9782CB
Text Example
Text Example
White with #9782CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782CB; }
p { color: rgb(151,130,203); }
H1.HeaderClassName
{
color: #9782CB;
}
.AnyTagClassName
{
color: #9782CB;
}
</style>
background-color css
<style>
a { background-color: #9782CB; }
a { background-color: rgb(151,130,203); }
div.DivClassName
{
background-color: #9782CB;
}
.BgClassName
{
background-color: #9782CB;
}
</style>
border-color css
<style>
span { border-color: #9782CB; }
span { border-color: rgb(151,130,203); }
td.TdClassName
{
border-color: #9782CB;
}
.TagClassName
{
border-color: #9782CB;
}
</style>