Shades of Dark Orchid #921EB3
Tints of Dark Orchid #921EB3
RGB
CMYK
RGB Variations
Color information
#921EB3 (or 0x921EB3) is known color: Dark Orchid. HEX triplet: 92, 1E and B3. RGB value is (146,30,179). Sum of RGB (Red+Green+Blue) = 146+30+179=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #921EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EB3 is #6DE14C. Grayscale: #515151. Windows color (decimal): -7201101 or 11738770. OLE color: 11738770.
HSL color Cylindrical-coordinate representation of color #921EB3: hue angle of 286.71º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921EB3 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 30 | 179 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.30 |
| HSL | 286.71º | 0.71% | 0.41% | - |
| HSV(B) | 286.71º | 0.83% | 0.7% | - |
| XYZ | 20.46 | 10.29 | 43.56 | - |
| YUV | 81.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 179 | 0.18 | 0.83 | 0 | 0.30 | 286.71 | 0.71 | 0.41 |
| Hex | 92 | 1E | B3 | 12 | 53 | 0 | 1E | 11F | 47 | 29 |
| Octal | 222 | 36 | 263 | 22 | 123 | 0 | 36 | 437 | 107 | 51 |
| Binary | 10010010 | 11110 | 10110011 | 10010 | 1010011 | 0 | 11110 | 100011111 | 1000111 | 101001 |
Color Harmonies of #921EB3
Complementary color
Monochromatic Colors of #921EB3
Black with #921EB3
Text Example
Text Example
White with #921EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921EB3; }
p { color: rgb(146,30,179); }
H1.HeaderClassName
{
color: #921EB3;
}
.AnyTagClassName
{
color: #921EB3;
}
</style>
background-color css
<style>
a { background-color: #921EB3; }
a { background-color: rgb(146,30,179); }
div.DivClassName
{
background-color: #921EB3;
}
.BgClassName
{
background-color: #921EB3;
}
</style>
border-color css
<style>
span { border-color: #921EB3; }
span { border-color: rgb(146,30,179); }
td.TdClassName
{
border-color: #921EB3;
}
.TagClassName
{
border-color: #921EB3;
}
</style>