Shades of Cold Purple #9685CC
Tints of Cold Purple #9685CC
RGB
CMYK
RGB Variations
Color information
#9685CC (or 0x9685CC) is known color: Cold Purple. HEX triplet: 96, 85 and CC. RGB value is (150,133,204). Sum of RGB (Red+Green+Blue) = 150+133+204=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9685CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685CC is #697A33. Grayscale: #919191. Windows color (decimal): -6912564 or 13403542. OLE color: 13403542.
HSL color Cylindrical-coordinate representation of color #9685CC: hue angle of 254.37º 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 #9685CC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 133 | 204 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.2 |
| HSL | 254.37º | 0.41% | 0.66% | - |
| HSV(B) | 254.37º | 0.35% | 0.8% | - |
| XYZ | 31.86 | 27.62 | 60.78 | - |
| YUV | 146.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 204 | 0.26 | 0.35 | 0 | 0.2 | 254.37 | 0.41 | 0.66 |
| Hex | 96 | 85 | CC | 1A | 23 | 0 | 14 | FE | 29 | 42 |
| Octal | 226 | 205 | 314 | 32 | 43 | 0 | 24 | 376 | 51 | 102 |
| Binary | 10010110 | 10000101 | 11001100 | 11010 | 100011 | 0 | 10100 | 11111110 | 101001 | 1000010 |
Color Harmonies of #9685CC
Complementary color
Monochromatic Colors of #9685CC
Black with #9685CC
Text Example
Text Example
White with #9685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685CC; }
p { color: rgb(150,133,204); }
H1.HeaderClassName
{
color: #9685CC;
}
.AnyTagClassName
{
color: #9685CC;
}
</style>
background-color css
<style>
a { background-color: #9685CC; }
a { background-color: rgb(150,133,204); }
div.DivClassName
{
background-color: #9685CC;
}
.BgClassName
{
background-color: #9685CC;
}
</style>
border-color css
<style>
span { border-color: #9685CC; }
span { border-color: rgb(150,133,204); }
td.TdClassName
{
border-color: #9685CC;
}
.TagClassName
{
border-color: #9685CC;
}
</style>