Shades of Dark Orchid #9A1BCA
Tints of Dark Orchid #9A1BCA
RGB
CMYK
RGB Variations
Color information
#9A1BCA (or 0x9A1BCA) is known color: Dark Orchid. HEX triplet: 9A, 1B and CA. RGB value is (154,27,202). Sum of RGB (Red+Green+Blue) = 154+27+202=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A1BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1BCA is #65E435. Grayscale: #545454. Windows color (decimal): -6677558 or 13245338. OLE color: 13245338.
HSL color Cylindrical-coordinate representation of color #9A1BCA: hue angle of 283.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1BCA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 27 | 202 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.21 |
| HSL | 283.54º | 0.76% | 0.45% | - |
| HSV(B) | 283.54º | 0.87% | 0.79% | - |
| XYZ | 24.38 | 11.92 | 56.89 | - |
| YUV | 84.92 | 194.08 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 202 | 0.24 | 0.87 | 0 | 0.21 | 283.54 | 0.76 | 0.45 |
| Hex | 9A | 1B | CA | 18 | 57 | 0 | 15 | 11C | 4C | 2D |
| Octal | 232 | 33 | 312 | 30 | 127 | 0 | 25 | 434 | 114 | 55 |
| Binary | 10011010 | 11011 | 11001010 | 11000 | 1010111 | 0 | 10101 | 100011100 | 1001100 | 101101 |
Color Harmonies of #9A1BCA
Complementary color
Monochromatic Colors of #9A1BCA
Black with #9A1BCA
Text Example
Text Example
White with #9A1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1BCA; }
p { color: rgb(154,27,202); }
H1.HeaderClassName
{
color: #9A1BCA;
}
.AnyTagClassName
{
color: #9A1BCA;
}
</style>
background-color css
<style>
a { background-color: #9A1BCA; }
a { background-color: rgb(154,27,202); }
div.DivClassName
{
background-color: #9A1BCA;
}
.BgClassName
{
background-color: #9A1BCA;
}
</style>
border-color css
<style>
span { border-color: #9A1BCA; }
span { border-color: rgb(154,27,202); }
td.TdClassName
{
border-color: #9A1BCA;
}
.TagClassName
{
border-color: #9A1BCA;
}
</style>