Shades of Cold Purple #9182C3
Tints of Cold Purple #9182C3
RGB
CMYK
RGB Variations
Color information
#9182C3 (or 0x9182C3) is known color: Cold Purple. HEX triplet: 91, 82 and C3. RGB value is (145,130,195). Sum of RGB (Red+Green+Blue) = 145+130+195=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #9182C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182C3 is #6E7D3C. Grayscale: #8D8D8D. Windows color (decimal): -7241021 or 12812945. OLE color: 12812945.
HSL color Cylindrical-coordinate representation of color #9182C3: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9182C3 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 130 | 195 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.24 |
| HSL | 253.85º | 0.35% | 0.64% | - |
| HSV(B) | 253.85º | 0.33% | 0.76% | - |
| XYZ | 29.51 | 25.93 | 55.08 | - |
| YUV | 141.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 195 | 0.26 | 0.33 | 0 | 0.24 | 253.85 | 0.35 | 0.64 |
| Hex | 91 | 82 | C3 | 1A | 21 | 0 | 18 | FE | 23 | 40 |
| Octal | 221 | 202 | 303 | 32 | 41 | 0 | 30 | 376 | 43 | 100 |
| Binary | 10010001 | 10000010 | 11000011 | 11010 | 100001 | 0 | 11000 | 11111110 | 100011 | 1000000 |
Color Harmonies of #9182C3
Complementary color
Monochromatic Colors of #9182C3
Black with #9182C3
Text Example
Text Example
White with #9182C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182C3; }
p { color: rgb(145,130,195); }
H1.HeaderClassName
{
color: #9182C3;
}
.AnyTagClassName
{
color: #9182C3;
}
</style>
background-color css
<style>
a { background-color: #9182C3; }
a { background-color: rgb(145,130,195); }
div.DivClassName
{
background-color: #9182C3;
}
.BgClassName
{
background-color: #9182C3;
}
</style>
border-color css
<style>
span { border-color: #9182C3; }
span { border-color: rgb(145,130,195); }
td.TdClassName
{
border-color: #9182C3;
}
.TagClassName
{
border-color: #9182C3;
}
</style>