Shades of Dark Orchid #942BBB
Tints of Dark Orchid #942BBB
RGB
CMYK
RGB Variations
Color information
#942BBB (or 0x942BBB) is known color: Dark Orchid. HEX triplet: 94, 2B and BB. RGB value is (148,43,187). Sum of RGB (Red+Green+Blue) = 148+43+187=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #942BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BBB is #6BD444. Grayscale: #5A5A5A. Windows color (decimal): -7066693 or 12266388. OLE color: 12266388.
HSL color Cylindrical-coordinate representation of color #942BBB: hue angle of 283.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942BBB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 43 | 187 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.27 |
| HSL | 283.75º | 0.63% | 0.45% | - |
| HSV(B) | 283.75º | 0.77% | 0.73% | - |
| XYZ | 22.05 | 11.61 | 48.09 | - |
| YUV | 90.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 187 | 0.21 | 0.77 | 0 | 0.27 | 283.75 | 0.63 | 0.45 |
| Hex | 94 | 2B | BB | 15 | 4D | 0 | 1B | 11C | 3F | 2D |
| Octal | 224 | 53 | 273 | 25 | 115 | 0 | 33 | 434 | 77 | 55 |
| Binary | 10010100 | 101011 | 10111011 | 10101 | 1001101 | 0 | 11011 | 100011100 | 111111 | 101101 |
Color Harmonies of #942BBB
Complementary color
Monochromatic Colors of #942BBB
Black with #942BBB
Text Example
Text Example
White with #942BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BBB; }
p { color: rgb(148,43,187); }
H1.HeaderClassName
{
color: #942BBB;
}
.AnyTagClassName
{
color: #942BBB;
}
</style>
background-color css
<style>
a { background-color: #942BBB; }
a { background-color: rgb(148,43,187); }
div.DivClassName
{
background-color: #942BBB;
}
.BgClassName
{
background-color: #942BBB;
}
</style>
border-color css
<style>
span { border-color: #942BBB; }
span { border-color: rgb(148,43,187); }
td.TdClassName
{
border-color: #942BBB;
}
.TagClassName
{
border-color: #942BBB;
}
</style>