Shades of Dark Orchid #981CCB
Tints of Dark Orchid #981CCB
RGB
CMYK
RGB Variations
Color information
#981CCB (or 0x981CCB) is known color: Dark Orchid. HEX triplet: 98, 1C and CB. RGB value is (152,28,203). Sum of RGB (Red+Green+Blue) = 152+28+203=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #981CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CCB is #67E334. Grayscale: #545454. Windows color (decimal): -6808373 or 13311128. OLE color: 13311128.
HSL color Cylindrical-coordinate representation of color #981CCB: hue angle of 282.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981CCB is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 28 | 203 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.20 |
| HSL | 282.51º | 0.76% | 0.45% | - |
| HSV(B) | 282.51º | 0.86% | 0.8% | - |
| XYZ | 24.14 | 11.82 | 57.51 | - |
| YUV | 85.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 203 | 0.25 | 0.86 | 0 | 0.20 | 282.51 | 0.76 | 0.45 |
| Hex | 98 | 1C | CB | 19 | 56 | 0 | 14 | 11B | 4C | 2D |
| Octal | 230 | 34 | 313 | 31 | 126 | 0 | 24 | 433 | 114 | 55 |
| Binary | 10011000 | 11100 | 11001011 | 11001 | 1010110 | 0 | 10100 | 100011011 | 1001100 | 101101 |
Color Harmonies of #981CCB
Complementary color
Monochromatic Colors of #981CCB
Black with #981CCB
Text Example
Text Example
White with #981CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981CCB; }
p { color: rgb(152,28,203); }
H1.HeaderClassName
{
color: #981CCB;
}
.AnyTagClassName
{
color: #981CCB;
}
</style>
background-color css
<style>
a { background-color: #981CCB; }
a { background-color: rgb(152,28,203); }
div.DivClassName
{
background-color: #981CCB;
}
.BgClassName
{
background-color: #981CCB;
}
</style>
border-color css
<style>
span { border-color: #981CCB; }
span { border-color: rgb(152,28,203); }
td.TdClassName
{
border-color: #981CCB;
}
.TagClassName
{
border-color: #981CCB;
}
</style>