Shades of Cold Purple #9584CB
Tints of Cold Purple #9584CB
RGB
CMYK
RGB Variations
Color information
#9584CB (or 0x9584CB) is known color: Cold Purple. HEX triplet: 95, 84 and CB. RGB value is (149,132,203). Sum of RGB (Red+Green+Blue) = 149+132+203=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 132 (51.95% from 255 or 27.27% 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 #9584CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584CB is #6A7B34. Grayscale: #909090. Windows color (decimal): -6978357 or 13337749. OLE color: 13337749.
HSL color Cylindrical-coordinate representation of color #9584CB: hue angle of 254.37º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9584CB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 132 | 203 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.20 |
| HSL | 254.37º | 0.41% | 0.66% | - |
| HSV(B) | 254.37º | 0.35% | 0.8% | - |
| XYZ | 31.43 | 27.2 | 60.09 | - |
| YUV | 145.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 203 | 0.27 | 0.35 | 0 | 0.20 | 254.37 | 0.41 | 0.66 |
| Hex | 95 | 84 | CB | 1B | 23 | 0 | 14 | FE | 29 | 42 |
| Octal | 225 | 204 | 313 | 33 | 43 | 0 | 24 | 376 | 51 | 102 |
| Binary | 10010101 | 10000100 | 11001011 | 11011 | 100011 | 0 | 10100 | 11111110 | 101001 | 1000010 |
Color Harmonies of #9584CB
Complementary color
Monochromatic Colors of #9584CB
Black with #9584CB
Text Example
Text Example
White with #9584CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584CB; }
p { color: rgb(149,132,203); }
H1.HeaderClassName
{
color: #9584CB;
}
.AnyTagClassName
{
color: #9584CB;
}
</style>
background-color css
<style>
a { background-color: #9584CB; }
a { background-color: rgb(149,132,203); }
div.DivClassName
{
background-color: #9584CB;
}
.BgClassName
{
background-color: #9584CB;
}
</style>
border-color css
<style>
span { border-color: #9584CB; }
span { border-color: rgb(149,132,203); }
td.TdClassName
{
border-color: #9584CB;
}
.TagClassName
{
border-color: #9584CB;
}
</style>