Shades of Cold Purple #9A90C4
Tints of Cold Purple #9A90C4
RGB
CMYK
RGB Variations
Color information
#9A90C4 (or 0x9A90C4) is known color: Cold Purple. HEX triplet: 9A, 90 and C4. RGB value is (154,144,196). Sum of RGB (Red+Green+Blue) = 154+144+196=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A90C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90C4 is #656F3B. Grayscale: #989898. Windows color (decimal): -6647612 or 12882074. OLE color: 12882074.
HSL color Cylindrical-coordinate representation of color #9A90C4: hue angle of 251.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A90C4 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 144 | 196 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.23 |
| HSL | 251.54º | 0.31% | 0.67% | - |
| HSV(B) | 251.54º | 0.27% | 0.77% | - |
| XYZ | 33.26 | 30.8 | 56.42 | - |
| YUV | 152.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 196 | 0.21 | 0.27 | 0 | 0.23 | 251.54 | 0.31 | 0.67 |
| Hex | 9A | 90 | C4 | 15 | 1B | 0 | 17 | FC | 1F | 43 |
| Octal | 232 | 220 | 304 | 25 | 33 | 0 | 27 | 374 | 37 | 103 |
| Binary | 10011010 | 10010000 | 11000100 | 10101 | 11011 | 0 | 10111 | 11111100 | 11111 | 1000011 |
Color Harmonies of #9A90C4
Complementary color
Monochromatic Colors of #9A90C4
Black with #9A90C4
Text Example
Text Example
White with #9A90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90C4; }
p { color: rgb(154,144,196); }
H1.HeaderClassName
{
color: #9A90C4;
}
.AnyTagClassName
{
color: #9A90C4;
}
</style>
background-color css
<style>
a { background-color: #9A90C4; }
a { background-color: rgb(154,144,196); }
div.DivClassName
{
background-color: #9A90C4;
}
.BgClassName
{
background-color: #9A90C4;
}
</style>
border-color css
<style>
span { border-color: #9A90C4; }
span { border-color: rgb(154,144,196); }
td.TdClassName
{
border-color: #9A90C4;
}
.TagClassName
{
border-color: #9A90C4;
}
</style>