Shades of Dark Orchid #9A1CCF
Tints of Dark Orchid #9A1CCF
RGB
CMYK
RGB Variations
Color information
#9A1CCF (or 0x9A1CCF) is known color: Dark Orchid. HEX triplet: 9A, 1C and CF. RGB value is (154,28,207). Sum of RGB (Red+Green+Blue) = 154+28+207=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CCF is #65E330. Grayscale: #555555. Windows color (decimal): -6677297 or 13573274. OLE color: 13573274.
HSL color Cylindrical-coordinate representation of color #9A1CCF: hue angle of 282.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1CCF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 28 | 207 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.19 |
| HSL | 282.23º | 0.76% | 0.46% | - |
| HSV(B) | 282.23º | 0.86% | 0.81% | - |
| XYZ | 25 | 12.21 | 60.07 | - |
| YUV | 86.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 207 | 0.26 | 0.86 | 0 | 0.19 | 282.23 | 0.76 | 0.46 |
| Hex | 9A | 1C | CF | 1A | 56 | 0 | 13 | 11A | 4C | 2E |
| Octal | 232 | 34 | 317 | 32 | 126 | 0 | 23 | 432 | 114 | 56 |
| Binary | 10011010 | 11100 | 11001111 | 11010 | 1010110 | 0 | 10011 | 100011010 | 1001100 | 101110 |
Color Harmonies of #9A1CCF
Complementary color
Monochromatic Colors of #9A1CCF
Black with #9A1CCF
Text Example
Text Example
White with #9A1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1CCF; }
p { color: rgb(154,28,207); }
H1.HeaderClassName
{
color: #9A1CCF;
}
.AnyTagClassName
{
color: #9A1CCF;
}
</style>
background-color css
<style>
a { background-color: #9A1CCF; }
a { background-color: rgb(154,28,207); }
div.DivClassName
{
background-color: #9A1CCF;
}
.BgClassName
{
background-color: #9A1CCF;
}
</style>
border-color css
<style>
span { border-color: #9A1CCF; }
span { border-color: rgb(154,28,207); }
td.TdClassName
{
border-color: #9A1CCF;
}
.TagClassName
{
border-color: #9A1CCF;
}
</style>