Shades of Cold Purple #9684CB
Tints of Cold Purple #9684CB
RGB
CMYK
RGB Variations
Color information
#9684CB (or 0x9684CB) is known color: Cold Purple. HEX triplet: 96, 84 and CB. RGB value is (150,132,203). Sum of RGB (Red+Green+Blue) = 150+132+203=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9684CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684CB is #697B34. Grayscale: #919191. Windows color (decimal): -6912821 or 13337750. OLE color: 13337750.
HSL color Cylindrical-coordinate representation of color #9684CB: hue angle of 255.21º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9684CB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 132 | 203 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.20 |
| HSL | 255.21º | 0.41% | 0.66% | - |
| HSV(B) | 255.21º | 0.35% | 0.8% | - |
| XYZ | 31.61 | 27.3 | 60.1 | - |
| YUV | 145.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 203 | 0.26 | 0.35 | 0 | 0.20 | 255.21 | 0.41 | 0.66 |
| Hex | 96 | 84 | CB | 1A | 23 | 0 | 14 | FF | 29 | 42 |
| Octal | 226 | 204 | 313 | 32 | 43 | 0 | 24 | 377 | 51 | 102 |
| Binary | 10010110 | 10000100 | 11001011 | 11010 | 100011 | 0 | 10100 | 11111111 | 101001 | 1000010 |
Color Harmonies of #9684CB
Complementary color
Monochromatic Colors of #9684CB
Black with #9684CB
Text Example
Text Example
White with #9684CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684CB; }
p { color: rgb(150,132,203); }
H1.HeaderClassName
{
color: #9684CB;
}
.AnyTagClassName
{
color: #9684CB;
}
</style>
background-color css
<style>
a { background-color: #9684CB; }
a { background-color: rgb(150,132,203); }
div.DivClassName
{
background-color: #9684CB;
}
.BgClassName
{
background-color: #9684CB;
}
</style>
border-color css
<style>
span { border-color: #9684CB; }
span { border-color: rgb(150,132,203); }
td.TdClassName
{
border-color: #9684CB;
}
.TagClassName
{
border-color: #9684CB;
}
</style>