Shades of Cold Purple #9A8FBE
Tints of Cold Purple #9A8FBE
RGB
CMYK
RGB Variations
Color information
#9A8FBE (or 0x9A8FBE) is known color: Cold Purple. HEX triplet: 9A, 8F and BE. RGB value is (154,143,190). Sum of RGB (Red+Green+Blue) = 154+143+190=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FBE is #657041. Grayscale: #979797. Windows color (decimal): -6647874 or 12488602. OLE color: 12488602.
HSL color Cylindrical-coordinate representation of color #9A8FBE: hue angle of 254.04º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A8FBE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 154 | 143 | 190 | - |
CMYK | 0.19 | 0.25 | 0 | 0.25 |
HSL | 254.04º | 0.27% | 0.65% | - |
HSV(B) | 254.04º | 0.25% | 0.75% | - |
XYZ | 32.44 | 30.23 | 52.84 | - |
YUV | 151.65 | 149.64 | 129.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 143 | 190 | 0.19 | 0.25 | 0 | 0.25 | 254.04 | 0.27 | 0.65 |
Hex | 9A | 8F | BE | 13 | 19 | 0 | 19 | FE | 1B | 41 |
Octal | 232 | 217 | 276 | 23 | 31 | 0 | 31 | 376 | 33 | 101 |
Binary | 10011010 | 10001111 | 10111110 | 10011 | 11001 | 0 | 11001 | 11111110 | 11011 | 1000001 |
Color Harmonies of #9A8FBE
Complementary color
Monochromatic Colors of #9A8FBE
Black with #9A8FBE
Text Example
Text Example
White with #9A8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FBE; }
p { color: rgb(154,143,190); }
H1.HeaderClassName
{
color: #9A8FBE;
}
.AnyTagClassName
{
color: #9A8FBE;
}
</style>
background-color css
<style>
a { background-color: #9A8FBE; }
a { background-color: rgb(154,143,190); }
div.DivClassName
{
background-color: #9A8FBE;
}
.BgClassName
{
background-color: #9A8FBE;
}
</style>
border-color css
<style>
span { border-color: #9A8FBE; }
span { border-color: rgb(154,143,190); }
td.TdClassName
{
border-color: #9A8FBE;
}
.TagClassName
{
border-color: #9A8FBE;
}
</style>