Shades of Dark Orchid #9641C4
Tints of Dark Orchid #9641C4
RGB
CMYK
RGB Variations
Color information
#9641C4 (or 0x9641C4) is known color: Dark Orchid. HEX triplet: 96, 41 and C4. RGB value is (150,65,196). Sum of RGB (Red+Green+Blue) = 150+65+196=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #9641C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641C4 is #69BE3B. Grayscale: #686868. Windows color (decimal): -6929980 or 12861846. OLE color: 12861846.
HSL color Cylindrical-coordinate representation of color #9641C4: hue angle of 278.93º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9641C4 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 65 | 196 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.23 |
| HSL | 278.93º | 0.53% | 0.51% | - |
| HSV(B) | 278.93º | 0.67% | 0.77% | - |
| XYZ | 24.43 | 14.25 | 53.69 | - |
| YUV | 105.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 196 | 0.23 | 0.67 | 0 | 0.23 | 278.93 | 0.53 | 0.51 |
| Hex | 96 | 41 | C4 | 17 | 43 | 0 | 17 | 117 | 35 | 33 |
| Octal | 226 | 101 | 304 | 27 | 103 | 0 | 27 | 427 | 65 | 63 |
| Binary | 10010110 | 1000001 | 11000100 | 10111 | 1000011 | 0 | 10111 | 100010111 | 110101 | 110011 |
Color Harmonies of #9641C4
Complementary color
Monochromatic Colors of #9641C4
Black with #9641C4
Text Example
Text Example
White with #9641C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641C4; }
p { color: rgb(150,65,196); }
H1.HeaderClassName
{
color: #9641C4;
}
.AnyTagClassName
{
color: #9641C4;
}
</style>
background-color css
<style>
a { background-color: #9641C4; }
a { background-color: rgb(150,65,196); }
div.DivClassName
{
background-color: #9641C4;
}
.BgClassName
{
background-color: #9641C4;
}
</style>
border-color css
<style>
span { border-color: #9641C4; }
span { border-color: rgb(150,65,196); }
td.TdClassName
{
border-color: #9641C4;
}
.TagClassName
{
border-color: #9641C4;
}
</style>