Shades of Cold Purple #9A8CC3
Tints of Cold Purple #9A8CC3
RGB
CMYK
RGB Variations
Color information
#9A8CC3 (or 0x9A8CC3) is known color: Cold Purple. HEX triplet: 9A, 8C and C3. RGB value is (154,140,195). Sum of RGB (Red+Green+Blue) = 154+140+195=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A8CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CC3 is #65733C. Grayscale: #969696. Windows color (decimal): -6648637 or 12815514. OLE color: 12815514.
HSL color Cylindrical-coordinate representation of color #9A8CC3: hue angle of 255.27º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A8CC3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 140 | 195 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.24 |
| HSL | 255.27º | 0.31% | 0.66% | - |
| HSV(B) | 255.27º | 0.28% | 0.76% | - |
| XYZ | 32.55 | 29.57 | 55.62 | - |
| YUV | 150.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 195 | 0.21 | 0.28 | 0 | 0.24 | 255.27 | 0.31 | 0.66 |
| Hex | 9A | 8C | C3 | 15 | 1C | 0 | 18 | FF | 1F | 42 |
| Octal | 232 | 214 | 303 | 25 | 34 | 0 | 30 | 377 | 37 | 102 |
| Binary | 10011010 | 10001100 | 11000011 | 10101 | 11100 | 0 | 11000 | 11111111 | 11111 | 1000010 |
Color Harmonies of #9A8CC3
Complementary color
Monochromatic Colors of #9A8CC3
Black with #9A8CC3
Text Example
Text Example
White with #9A8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CC3; }
p { color: rgb(154,140,195); }
H1.HeaderClassName
{
color: #9A8CC3;
}
.AnyTagClassName
{
color: #9A8CC3;
}
</style>
background-color css
<style>
a { background-color: #9A8CC3; }
a { background-color: rgb(154,140,195); }
div.DivClassName
{
background-color: #9A8CC3;
}
.BgClassName
{
background-color: #9A8CC3;
}
</style>
border-color css
<style>
span { border-color: #9A8CC3; }
span { border-color: rgb(154,140,195); }
td.TdClassName
{
border-color: #9A8CC3;
}
.TagClassName
{
border-color: #9A8CC3;
}
</style>