Shades of Dark Orchid #9641CC
Tints of Dark Orchid #9641CC
RGB
CMYK
RGB Variations
Color information
#9641CC (or 0x9641CC) is known color: Dark Orchid. HEX triplet: 96, 41 and CC. RGB value is (150,65,204). Sum of RGB (Red+Green+Blue) = 150+65+204=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9641CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641CC is #69BE33. Grayscale: #696969. Windows color (decimal): -6929972 or 13386134. OLE color: 13386134.
HSL color Cylindrical-coordinate representation of color #9641CC: hue angle of 276.69º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9641CC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 65 | 204 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.2 |
| HSL | 276.69º | 0.58% | 0.53% | - |
| HSV(B) | 276.69º | 0.68% | 0.8% | - |
| XYZ | 25.37 | 14.62 | 58.61 | - |
| YUV | 106.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 204 | 0.26 | 0.68 | 0 | 0.2 | 276.69 | 0.58 | 0.53 |
| Hex | 96 | 41 | CC | 1A | 44 | 0 | 14 | 115 | 3A | 35 |
| Octal | 226 | 101 | 314 | 32 | 104 | 0 | 24 | 425 | 72 | 65 |
| Binary | 10010110 | 1000001 | 11001100 | 11010 | 1000100 | 0 | 10100 | 100010101 | 111010 | 110101 |
Color Harmonies of #9641CC
Complementary color
Monochromatic Colors of #9641CC
Black with #9641CC
Text Example
Text Example
White with #9641CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641CC; }
p { color: rgb(150,65,204); }
H1.HeaderClassName
{
color: #9641CC;
}
.AnyTagClassName
{
color: #9641CC;
}
</style>
background-color css
<style>
a { background-color: #9641CC; }
a { background-color: rgb(150,65,204); }
div.DivClassName
{
background-color: #9641CC;
}
.BgClassName
{
background-color: #9641CC;
}
</style>
border-color css
<style>
span { border-color: #9641CC; }
span { border-color: rgb(150,65,204); }
td.TdClassName
{
border-color: #9641CC;
}
.TagClassName
{
border-color: #9641CC;
}
</style>