Shades of Dark Orchid #942BCB
Tints of Dark Orchid #942BCB
RGB
CMYK
RGB Variations
Color information
#942BCB (or 0x942BCB) is known color: Dark Orchid. HEX triplet: 94, 2B and CB. RGB value is (148,43,203). Sum of RGB (Red+Green+Blue) = 148+43+203=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #942BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BCB is #6BD434. Grayscale: #5C5C5C. Windows color (decimal): -7066677 or 13314964. OLE color: 13314964.
HSL color Cylindrical-coordinate representation of color #942BCB: hue angle of 279.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942BCB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 43 | 203 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.20 |
| HSL | 279.38º | 0.65% | 0.48% | - |
| HSV(B) | 279.38º | 0.79% | 0.8% | - |
| XYZ | 23.86 | 12.34 | 57.62 | - |
| YUV | 92.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 203 | 0.27 | 0.79 | 0 | 0.20 | 279.38 | 0.65 | 0.48 |
| Hex | 94 | 2B | CB | 1B | 4F | 0 | 14 | 117 | 41 | 30 |
| Octal | 224 | 53 | 313 | 33 | 117 | 0 | 24 | 427 | 101 | 60 |
| Binary | 10010100 | 101011 | 11001011 | 11011 | 1001111 | 0 | 10100 | 100010111 | 1000001 | 110000 |
Color Harmonies of #942BCB
Complementary color
Monochromatic Colors of #942BCB
Black with #942BCB
Text Example
Text Example
White with #942BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BCB; }
p { color: rgb(148,43,203); }
H1.HeaderClassName
{
color: #942BCB;
}
.AnyTagClassName
{
color: #942BCB;
}
</style>
background-color css
<style>
a { background-color: #942BCB; }
a { background-color: rgb(148,43,203); }
div.DivClassName
{
background-color: #942BCB;
}
.BgClassName
{
background-color: #942BCB;
}
</style>
border-color css
<style>
span { border-color: #942BCB; }
span { border-color: rgb(148,43,203); }
td.TdClassName
{
border-color: #942BCB;
}
.TagClassName
{
border-color: #942BCB;
}
</style>