Shades of Dark Orchid #9C41CF
Tints of Dark Orchid #9C41CF
RGB
CMYK
RGB Variations
Color information
#9C41CF (or 0x9C41CF) is known color: Dark Orchid. HEX triplet: 9C, 41 and CF. RGB value is (156,65,207). Sum of RGB (Red+Green+Blue) = 156+65+207=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41CF is #63BE30. Grayscale: #6B6B6B. Windows color (decimal): -6536753 or 13582748. OLE color: 13582748.
HSL color Cylindrical-coordinate representation of color #9C41CF: hue angle of 278.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C41CF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 65 | 207 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.19 |
| HSL | 278.45º | 0.6% | 0.53% | - |
| HSV(B) | 278.45º | 0.69% | 0.81% | - |
| XYZ | 26.86 | 15.35 | 60.58 | - |
| YUV | 108.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 207 | 0.25 | 0.69 | 0 | 0.19 | 278.45 | 0.6 | 0.53 |
| Hex | 9C | 41 | CF | 19 | 45 | 0 | 13 | 116 | 3C | 35 |
| Octal | 234 | 101 | 317 | 31 | 105 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011100 | 1000001 | 11001111 | 11001 | 1000101 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #9C41CF
Complementary color
Monochromatic Colors of #9C41CF
Black with #9C41CF
Text Example
Text Example
White with #9C41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41CF; }
p { color: rgb(156,65,207); }
H1.HeaderClassName
{
color: #9C41CF;
}
.AnyTagClassName
{
color: #9C41CF;
}
</style>
background-color css
<style>
a { background-color: #9C41CF; }
a { background-color: rgb(156,65,207); }
div.DivClassName
{
background-color: #9C41CF;
}
.BgClassName
{
background-color: #9C41CF;
}
</style>
border-color css
<style>
span { border-color: #9C41CF; }
span { border-color: rgb(156,65,207); }
td.TdClassName
{
border-color: #9C41CF;
}
.TagClassName
{
border-color: #9C41CF;
}
</style>