Shades of Cold Purple #9A8CC4
Tints of Cold Purple #9A8CC4
RGB
CMYK
RGB Variations
Color information
#9A8CC4 (or 0x9A8CC4) is known color: Cold Purple. HEX triplet: 9A, 8C and C4. RGB value is (154,140,196). Sum of RGB (Red+Green+Blue) = 154+140+196=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A8CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CC4 is #65733B. Grayscale: #969696. Windows color (decimal): -6648636 or 12881050. OLE color: 12881050.
HSL color Cylindrical-coordinate representation of color #9A8CC4: hue angle of 255º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A8CC4 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 140 | 196 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.23 |
| HSL | 255º | 0.32% | 0.66% | - |
| HSV(B) | 255º | 0.29% | 0.77% | - |
| XYZ | 32.67 | 29.61 | 56.22 | - |
| YUV | 150.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 196 | 0.21 | 0.29 | 0 | 0.23 | 255 | 0.32 | 0.66 |
| Hex | 9A | 8C | C4 | 15 | 1D | 0 | 17 | FF | 20 | 42 |
| Octal | 232 | 214 | 304 | 25 | 35 | 0 | 27 | 377 | 40 | 102 |
| Binary | 10011010 | 10001100 | 11000100 | 10101 | 11101 | 0 | 10111 | 11111111 | 100000 | 1000010 |
Color Harmonies of #9A8CC4
Complementary color
Monochromatic Colors of #9A8CC4
Black with #9A8CC4
Text Example
Text Example
White with #9A8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CC4; }
p { color: rgb(154,140,196); }
H1.HeaderClassName
{
color: #9A8CC4;
}
.AnyTagClassName
{
color: #9A8CC4;
}
</style>
background-color css
<style>
a { background-color: #9A8CC4; }
a { background-color: rgb(154,140,196); }
div.DivClassName
{
background-color: #9A8CC4;
}
.BgClassName
{
background-color: #9A8CC4;
}
</style>
border-color css
<style>
span { border-color: #9A8CC4; }
span { border-color: rgb(154,140,196); }
td.TdClassName
{
border-color: #9A8CC4;
}
.TagClassName
{
border-color: #9A8CC4;
}
</style>