Shades of Dark Orchid #9A3FBE
Tints of Dark Orchid #9A3FBE
RGB
CMYK
RGB Variations
Color information
#9A3FBE (or 0x9A3FBE) is known color: Dark Orchid. HEX triplet: 9A, 3F and BE. RGB value is (154,63,190). Sum of RGB (Red+Green+Blue) = 154+63+190=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FBE is #65C041. Grayscale: #686868. Windows color (decimal): -6668354 or 12468122. OLE color: 12468122.
HSL color Cylindrical-coordinate representation of color #9A3FBE: hue angle of 282.99º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3FBE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 63 | 190 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.25 |
| HSL | 282.99º | 0.5% | 0.5% | - |
| HSV(B) | 282.99º | 0.67% | 0.75% | - |
| XYZ | 24.4 | 14.14 | 50.16 | - |
| YUV | 104.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 190 | 0.19 | 0.67 | 0 | 0.25 | 282.99 | 0.5 | 0.5 |
| Hex | 9A | 3F | BE | 13 | 43 | 0 | 19 | 11B | 32 | 32 |
| Octal | 232 | 77 | 276 | 23 | 103 | 0 | 31 | 433 | 62 | 62 |
| Binary | 10011010 | 111111 | 10111110 | 10011 | 1000011 | 0 | 11001 | 100011011 | 110010 | 110010 |
Color Harmonies of #9A3FBE
Complementary color
Monochromatic Colors of #9A3FBE
Black with #9A3FBE
Text Example
Text Example
White with #9A3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FBE; }
p { color: rgb(154,63,190); }
H1.HeaderClassName
{
color: #9A3FBE;
}
.AnyTagClassName
{
color: #9A3FBE;
}
</style>
background-color css
<style>
a { background-color: #9A3FBE; }
a { background-color: rgb(154,63,190); }
div.DivClassName
{
background-color: #9A3FBE;
}
.BgClassName
{
background-color: #9A3FBE;
}
</style>
border-color css
<style>
span { border-color: #9A3FBE; }
span { border-color: rgb(154,63,190); }
td.TdClassName
{
border-color: #9A3FBE;
}
.TagClassName
{
border-color: #9A3FBE;
}
</style>