Shades of Dark Orchid #921BBD
Tints of Dark Orchid #921BBD
RGB
CMYK
RGB Variations
Color information
#921BBD (or 0x921BBD) is known color: Dark Orchid. HEX triplet: 92, 1B and BD. RGB value is (146,27,189). Sum of RGB (Red+Green+Blue) = 146+27+189=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #921BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921BBD is #6DE442. Grayscale: #505050. Windows color (decimal): -7201859 or 12393362. OLE color: 12393362.
HSL color Cylindrical-coordinate representation of color #921BBD: hue angle of 284.07º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921BBD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 27 | 189 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.26 |
| HSL | 284.07º | 0.75% | 0.42% | - |
| HSV(B) | 284.07º | 0.86% | 0.74% | - |
| XYZ | 21.43 | 10.57 | 49.05 | - |
| YUV | 81.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 189 | 0.23 | 0.86 | 0 | 0.26 | 284.07 | 0.75 | 0.42 |
| Hex | 92 | 1B | BD | 17 | 56 | 0 | 1A | 11C | 4B | 2A |
| Octal | 222 | 33 | 275 | 27 | 126 | 0 | 32 | 434 | 113 | 52 |
| Binary | 10010010 | 11011 | 10111101 | 10111 | 1010110 | 0 | 11010 | 100011100 | 1001011 | 101010 |
Color Harmonies of #921BBD
Complementary color
Monochromatic Colors of #921BBD
Black with #921BBD
Text Example
Text Example
White with #921BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921BBD; }
p { color: rgb(146,27,189); }
H1.HeaderClassName
{
color: #921BBD;
}
.AnyTagClassName
{
color: #921BBD;
}
</style>
background-color css
<style>
a { background-color: #921BBD; }
a { background-color: rgb(146,27,189); }
div.DivClassName
{
background-color: #921BBD;
}
.BgClassName
{
background-color: #921BBD;
}
</style>
border-color css
<style>
span { border-color: #921BBD; }
span { border-color: rgb(146,27,189); }
td.TdClassName
{
border-color: #921BBD;
}
.TagClassName
{
border-color: #921BBD;
}
</style>