Shades of Dark Orchid #9A3ACF
Tints of Dark Orchid #9A3ACF
RGB
CMYK
RGB Variations
Color information
#9A3ACF (or 0x9A3ACF) is known color: Dark Orchid. HEX triplet: 9A, 3A and CF. RGB value is (154,58,207). Sum of RGB (Red+Green+Blue) = 154+58+207=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ACF is #65C530. Grayscale: #676767. Windows color (decimal): -6669617 or 13580954. OLE color: 13580954.
HSL color Cylindrical-coordinate representation of color #9A3ACF: hue angle of 278.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A3ACF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 58 | 207 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.19 |
| HSL | 278.66º | 0.61% | 0.52% | - |
| HSV(B) | 278.66º | 0.72% | 0.81% | - |
| XYZ | 26.1 | 14.4 | 60.44 | - |
| YUV | 103.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 207 | 0.26 | 0.72 | 0 | 0.19 | 278.66 | 0.61 | 0.52 |
| Hex | 9A | 3A | CF | 1A | 48 | 0 | 13 | 117 | 3D | 34 |
| Octal | 232 | 72 | 317 | 32 | 110 | 0 | 23 | 427 | 75 | 64 |
| Binary | 10011010 | 111010 | 11001111 | 11010 | 1001000 | 0 | 10011 | 100010111 | 111101 | 110100 |
Color Harmonies of #9A3ACF
Complementary color
Monochromatic Colors of #9A3ACF
Black with #9A3ACF
Text Example
Text Example
White with #9A3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3ACF; }
p { color: rgb(154,58,207); }
H1.HeaderClassName
{
color: #9A3ACF;
}
.AnyTagClassName
{
color: #9A3ACF;
}
</style>
background-color css
<style>
a { background-color: #9A3ACF; }
a { background-color: rgb(154,58,207); }
div.DivClassName
{
background-color: #9A3ACF;
}
.BgClassName
{
background-color: #9A3ACF;
}
</style>
border-color css
<style>
span { border-color: #9A3ACF; }
span { border-color: rgb(154,58,207); }
td.TdClassName
{
border-color: #9A3ACF;
}
.TagClassName
{
border-color: #9A3ACF;
}
</style>