Shades of Cold Purple #9A8BCA
Tints of Cold Purple #9A8BCA
RGB
CMYK
RGB Variations
Color information
#9A8BCA (or 0x9A8BCA) is known color: Cold Purple. HEX triplet: 9A, 8B and CA. RGB value is (154,139,202). Sum of RGB (Red+Green+Blue) = 154+139+202=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BCA is #657435. Grayscale: #969696. Windows color (decimal): -6648886 or 13274010. OLE color: 13274010.
HSL color Cylindrical-coordinate representation of color #9A8BCA: hue angle of 254.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8BCA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 139 | 202 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.21 |
| HSL | 254.29º | 0.37% | 0.67% | - |
| HSV(B) | 254.29º | 0.31% | 0.79% | - |
| XYZ | 33.22 | 29.6 | 59.84 | - |
| YUV | 150.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 202 | 0.24 | 0.31 | 0 | 0.21 | 254.29 | 0.37 | 0.67 |
| Hex | 9A | 8B | CA | 18 | 1F | 0 | 15 | FE | 25 | 43 |
| Octal | 232 | 213 | 312 | 30 | 37 | 0 | 25 | 376 | 45 | 103 |
| Binary | 10011010 | 10001011 | 11001010 | 11000 | 11111 | 0 | 10101 | 11111110 | 100101 | 1000011 |
Color Harmonies of #9A8BCA
Complementary color
Monochromatic Colors of #9A8BCA
Black with #9A8BCA
Text Example
Text Example
White with #9A8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BCA; }
p { color: rgb(154,139,202); }
H1.HeaderClassName
{
color: #9A8BCA;
}
.AnyTagClassName
{
color: #9A8BCA;
}
</style>
background-color css
<style>
a { background-color: #9A8BCA; }
a { background-color: rgb(154,139,202); }
div.DivClassName
{
background-color: #9A8BCA;
}
.BgClassName
{
background-color: #9A8BCA;
}
</style>
border-color css
<style>
span { border-color: #9A8BCA; }
span { border-color: rgb(154,139,202); }
td.TdClassName
{
border-color: #9A8BCA;
}
.TagClassName
{
border-color: #9A8BCA;
}
</style>