Shades of Dark Orchid #941BBE
Tints of Dark Orchid #941BBE
RGB
CMYK
RGB Variations
Color information
#941BBE (or 0x941BBE) is known color: Dark Orchid. HEX triplet: 94, 1B and BE. RGB value is (148,27,190). Sum of RGB (Red+Green+Blue) = 148+27+190=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #941BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BBE is #6BE441. Grayscale: #515151. Windows color (decimal): -7070786 or 12458900. OLE color: 12458900.
HSL color Cylindrical-coordinate representation of color #941BBE: hue angle of 284.54º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941BBE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 27 | 190 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.25 |
| HSL | 284.54º | 0.75% | 0.43% | - |
| HSV(B) | 284.54º | 0.86% | 0.75% | - |
| XYZ | 21.9 | 10.8 | 49.65 | - |
| YUV | 81.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 190 | 0.22 | 0.86 | 0 | 0.25 | 284.54 | 0.75 | 0.43 |
| Hex | 94 | 1B | BE | 16 | 56 | 0 | 19 | 11D | 4B | 2B |
| Octal | 224 | 33 | 276 | 26 | 126 | 0 | 31 | 435 | 113 | 53 |
| Binary | 10010100 | 11011 | 10111110 | 10110 | 1010110 | 0 | 11001 | 100011101 | 1001011 | 101011 |
Color Harmonies of #941BBE
Complementary color
Monochromatic Colors of #941BBE
Black with #941BBE
Text Example
Text Example
White with #941BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941BBE; }
p { color: rgb(148,27,190); }
H1.HeaderClassName
{
color: #941BBE;
}
.AnyTagClassName
{
color: #941BBE;
}
</style>
background-color css
<style>
a { background-color: #941BBE; }
a { background-color: rgb(148,27,190); }
div.DivClassName
{
background-color: #941BBE;
}
.BgClassName
{
background-color: #941BBE;
}
</style>
border-color css
<style>
span { border-color: #941BBE; }
span { border-color: rgb(148,27,190); }
td.TdClassName
{
border-color: #941BBE;
}
.TagClassName
{
border-color: #941BBE;
}
</style>