Shades of Cold Purple #9485CC
Tints of Cold Purple #9485CC
RGB
CMYK
RGB Variations
Color information
#9485CC (or 0x9485CC) is known color: Cold Purple. HEX triplet: 94, 85 and CC. RGB value is (148,133,204). Sum of RGB (Red+Green+Blue) = 148+133+204=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9485CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485CC is #6B7A33. Grayscale: #919191. Windows color (decimal): -7043636 or 13403540. OLE color: 13403540.
HSL color Cylindrical-coordinate representation of color #9485CC: hue angle of 252.68º 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 #9485CC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 133 | 204 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.2 |
| HSL | 252.68º | 0.41% | 0.66% | - |
| HSV(B) | 252.68º | 0.35% | 0.8% | - |
| XYZ | 31.5 | 27.43 | 60.76 | - |
| YUV | 145.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 204 | 0.27 | 0.35 | 0 | 0.2 | 252.68 | 0.41 | 0.66 |
| Hex | 94 | 85 | CC | 1B | 23 | 0 | 14 | FD | 29 | 42 |
| Octal | 224 | 205 | 314 | 33 | 43 | 0 | 24 | 375 | 51 | 102 |
| Binary | 10010100 | 10000101 | 11001100 | 11011 | 100011 | 0 | 10100 | 11111101 | 101001 | 1000010 |
Color Harmonies of #9485CC
Complementary color
Monochromatic Colors of #9485CC
Black with #9485CC
Text Example
Text Example
White with #9485CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485CC; }
p { color: rgb(148,133,204); }
H1.HeaderClassName
{
color: #9485CC;
}
.AnyTagClassName
{
color: #9485CC;
}
</style>
background-color css
<style>
a { background-color: #9485CC; }
a { background-color: rgb(148,133,204); }
div.DivClassName
{
background-color: #9485CC;
}
.BgClassName
{
background-color: #9485CC;
}
</style>
border-color css
<style>
span { border-color: #9485CC; }
span { border-color: rgb(148,133,204); }
td.TdClassName
{
border-color: #9485CC;
}
.TagClassName
{
border-color: #9485CC;
}
</style>