Shades of Dark Orchid #9830CB
Tints of Dark Orchid #9830CB
RGB
CMYK
RGB Variations
Color information
#9830CB (or 0x9830CB) is known color: Dark Orchid. HEX triplet: 98, 30 and CB. RGB value is (152,48,203). Sum of RGB (Red+Green+Blue) = 152+48+203=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #9830CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830CB is #67CF34. Grayscale: #606060. Windows color (decimal): -6803253 or 13316248. OLE color: 13316248.
HSL color Cylindrical-coordinate representation of color #9830CB: hue angle of 280.26º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9830CB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 48 | 203 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.20 |
| HSL | 280.26º | 0.62% | 0.49% | - |
| HSV(B) | 280.26º | 0.76% | 0.8% | - |
| XYZ | 24.79 | 13.1 | 57.72 | - |
| YUV | 96.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 203 | 0.25 | 0.76 | 0 | 0.20 | 280.26 | 0.62 | 0.49 |
| Hex | 98 | 30 | CB | 19 | 4C | 0 | 14 | 118 | 3E | 31 |
| Octal | 230 | 60 | 313 | 31 | 114 | 0 | 24 | 430 | 76 | 61 |
| Binary | 10011000 | 110000 | 11001011 | 11001 | 1001100 | 0 | 10100 | 100011000 | 111110 | 110001 |
Color Harmonies of #9830CB
Complementary color
Monochromatic Colors of #9830CB
Black with #9830CB
Text Example
Text Example
White with #9830CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830CB; }
p { color: rgb(152,48,203); }
H1.HeaderClassName
{
color: #9830CB;
}
.AnyTagClassName
{
color: #9830CB;
}
</style>
background-color css
<style>
a { background-color: #9830CB; }
a { background-color: rgb(152,48,203); }
div.DivClassName
{
background-color: #9830CB;
}
.BgClassName
{
background-color: #9830CB;
}
</style>
border-color css
<style>
span { border-color: #9830CB; }
span { border-color: rgb(152,48,203); }
td.TdClassName
{
border-color: #9830CB;
}
.TagClassName
{
border-color: #9830CB;
}
</style>