Shades of Dark Orchid #9A3FDB
Tints of Dark Orchid #9A3FDB
RGB
CMYK
RGB Variations
Color information
#9A3FDB (or 0x9A3FDB) is known color: Dark Orchid. HEX triplet: 9A, 3F and DB. RGB value is (154,63,219). Sum of RGB (Red+Green+Blue) = 154+63+219=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FDB is #65C024. Grayscale: #6B6B6B. Windows color (decimal): -6668325 or 14368666. OLE color: 14368666.
HSL color Cylindrical-coordinate representation of color #9A3FDB: hue angle of 275º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A3FDB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 63 | 219 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.14 |
| HSL | 275º | 0.68% | 0.55% | - |
| HSV(B) | 275º | 0.71% | 0.86% | - |
| XYZ | 27.89 | 15.54 | 68.55 | - |
| YUV | 107.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 219 | 0.30 | 0.71 | 0 | 0.14 | 275 | 0.68 | 0.55 |
| Hex | 9A | 3F | DB | 1E | 47 | 0 | E | 113 | 44 | 37 |
| Octal | 232 | 77 | 333 | 36 | 107 | 0 | 16 | 423 | 104 | 67 |
| Binary | 10011010 | 111111 | 11011011 | 11110 | 1000111 | 0 | 1110 | 100010011 | 1000100 | 110111 |
Color Harmonies of #9A3FDB
Complementary color
Monochromatic Colors of #9A3FDB
Black with #9A3FDB
Text Example
Text Example
White with #9A3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FDB; }
p { color: rgb(154,63,219); }
H1.HeaderClassName
{
color: #9A3FDB;
}
.AnyTagClassName
{
color: #9A3FDB;
}
</style>
background-color css
<style>
a { background-color: #9A3FDB; }
a { background-color: rgb(154,63,219); }
div.DivClassName
{
background-color: #9A3FDB;
}
.BgClassName
{
background-color: #9A3FDB;
}
</style>
border-color css
<style>
span { border-color: #9A3FDB; }
span { border-color: rgb(154,63,219); }
td.TdClassName
{
border-color: #9A3FDB;
}
.TagClassName
{
border-color: #9A3FDB;
}
</style>