Shades of Cold Purple #9484CB
Tints of Cold Purple #9484CB
RGB
CMYK
RGB Variations
Color information
#9484CB (or 0x9484CB) is known color: Cold Purple. HEX triplet: 94, 84 and CB. RGB value is (148,132,203). Sum of RGB (Red+Green+Blue) = 148+132+203=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9484CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484CB is #6B7B34. Grayscale: #909090. Windows color (decimal): -7043893 or 13337748. OLE color: 13337748.
HSL color Cylindrical-coordinate representation of color #9484CB: hue angle of 253.52º 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 #9484CB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 132 | 203 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.20 |
| HSL | 253.52º | 0.41% | 0.66% | - |
| HSV(B) | 253.52º | 0.35% | 0.8% | - |
| XYZ | 31.24 | 27.11 | 60.09 | - |
| YUV | 144.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 203 | 0.27 | 0.35 | 0 | 0.20 | 253.52 | 0.41 | 0.66 |
| Hex | 94 | 84 | CB | 1B | 23 | 0 | 14 | FE | 29 | 42 |
| Octal | 224 | 204 | 313 | 33 | 43 | 0 | 24 | 376 | 51 | 102 |
| Binary | 10010100 | 10000100 | 11001011 | 11011 | 100011 | 0 | 10100 | 11111110 | 101001 | 1000010 |
Color Harmonies of #9484CB
Complementary color
Monochromatic Colors of #9484CB
Black with #9484CB
Text Example
Text Example
White with #9484CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484CB; }
p { color: rgb(148,132,203); }
H1.HeaderClassName
{
color: #9484CB;
}
.AnyTagClassName
{
color: #9484CB;
}
</style>
background-color css
<style>
a { background-color: #9484CB; }
a { background-color: rgb(148,132,203); }
div.DivClassName
{
background-color: #9484CB;
}
.BgClassName
{
background-color: #9484CB;
}
</style>
border-color css
<style>
span { border-color: #9484CB; }
span { border-color: rgb(148,132,203); }
td.TdClassName
{
border-color: #9484CB;
}
.TagClassName
{
border-color: #9484CB;
}
</style>