Shades of Medium Purple #966CF2
Tints of Medium Purple #966CF2
RGB
CMYK
RGB Variations
Color information
#966CF2 (or 0x966CF2) is known color: Medium Purple. HEX triplet: 96, 6C and F2. RGB value is (150,108,242). Sum of RGB (Red+Green+Blue) = 150+108+242=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #966CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CF2 is #69930D. Grayscale: #878787. Windows color (decimal): -6918926 or 15887510. OLE color: 15887510.
HSL color Cylindrical-coordinate representation of color #966CF2: hue angle of 258.81º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966CF2 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 108 | 242 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.05 |
| HSL | 258.81º | 0.84% | 0.69% | - |
| HSV(B) | 258.81º | 0.55% | 0.95% | - |
| XYZ | 33.97 | 23.62 | 86.77 | - |
| YUV | 135.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 242 | 0.38 | 0.55 | 0 | 0.05 | 258.81 | 0.84 | 0.69 |
| Hex | 96 | 6C | F2 | 26 | 37 | 0 | 5 | 103 | 54 | 45 |
| Octal | 226 | 154 | 362 | 46 | 67 | 0 | 5 | 403 | 124 | 105 |
| Binary | 10010110 | 1101100 | 11110010 | 100110 | 110111 | 0 | 101 | 100000011 | 1010100 | 1000101 |
Color Harmonies of #966CF2
Complementary color
Monochromatic Colors of #966CF2
Black with #966CF2
Text Example
Text Example
White with #966CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CF2; }
p { color: rgb(150,108,242); }
H1.HeaderClassName
{
color: #966CF2;
}
.AnyTagClassName
{
color: #966CF2;
}
</style>
background-color css
<style>
a { background-color: #966CF2; }
a { background-color: rgb(150,108,242); }
div.DivClassName
{
background-color: #966CF2;
}
.BgClassName
{
background-color: #966CF2;
}
</style>
border-color css
<style>
span { border-color: #966CF2; }
span { border-color: rgb(150,108,242); }
td.TdClassName
{
border-color: #966CF2;
}
.TagClassName
{
border-color: #966CF2;
}
</style>