Shades of Cold Purple #9484CC
Tints of Cold Purple #9484CC
RGB
CMYK
RGB Variations
Color information
#9484CC (or 0x9484CC) is known color: Cold Purple. HEX triplet: 94, 84 and CC. RGB value is (148,132,204). Sum of RGB (Red+Green+Blue) = 148+132+204=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #9484CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484CC is #6B7B33. Grayscale: #909090. Windows color (decimal): -7043892 or 13403284. OLE color: 13403284.
HSL color Cylindrical-coordinate representation of color #9484CC: hue angle of 253.33º 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 #9484CC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 132 | 204 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.2 |
| HSL | 253.33º | 0.41% | 0.66% | - |
| HSV(B) | 253.33º | 0.35% | 0.8% | - |
| XYZ | 31.36 | 27.16 | 60.72 | - |
| YUV | 144.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 204 | 0.27 | 0.35 | 0 | 0.2 | 253.33 | 0.41 | 0.66 |
| Hex | 94 | 84 | CC | 1B | 23 | 0 | 14 | FD | 29 | 42 |
| Octal | 224 | 204 | 314 | 33 | 43 | 0 | 24 | 375 | 51 | 102 |
| Binary | 10010100 | 10000100 | 11001100 | 11011 | 100011 | 0 | 10100 | 11111101 | 101001 | 1000010 |
Color Harmonies of #9484CC
Complementary color
Monochromatic Colors of #9484CC
Black with #9484CC
Text Example
Text Example
White with #9484CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9484CC; }
p { color: rgb(148,132,204); }
H1.HeaderClassName
{
color: #9484CC;
}
.AnyTagClassName
{
color: #9484CC;
}
</style>
background-color css
<style>
a { background-color: #9484CC; }
a { background-color: rgb(148,132,204); }
div.DivClassName
{
background-color: #9484CC;
}
.BgClassName
{
background-color: #9484CC;
}
</style>
border-color css
<style>
span { border-color: #9484CC; }
span { border-color: rgb(148,132,204); }
td.TdClassName
{
border-color: #9484CC;
}
.TagClassName
{
border-color: #9484CC;
}
</style>