Shades of Dark Orchid #9823BF
Tints of Dark Orchid #9823BF
RGB
CMYK
RGB Variations
Color information
#9823BF (or 0x9823BF) is known color: Dark Orchid. HEX triplet: 98, 23 and BF. RGB value is (152,35,191). Sum of RGB (Red+Green+Blue) = 152+35+191=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #9823BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9823BF is #67DC40. Grayscale: #575757. Windows color (decimal): -6806593 or 12526488. OLE color: 12526488.
HSL color Cylindrical-coordinate representation of color #9823BF: hue angle of 285º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9823BF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 35 | 191 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.25 |
| HSL | 285º | 0.69% | 0.44% | - |
| HSV(B) | 285º | 0.82% | 0.75% | - |
| XYZ | 22.95 | 11.64 | 50.33 | - |
| YUV | 87.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 191 | 0.20 | 0.82 | 0 | 0.25 | 285 | 0.69 | 0.44 |
| Hex | 98 | 23 | BF | 14 | 52 | 0 | 19 | 11D | 45 | 2C |
| Octal | 230 | 43 | 277 | 24 | 122 | 0 | 31 | 435 | 105 | 54 |
| Binary | 10011000 | 100011 | 10111111 | 10100 | 1010010 | 0 | 11001 | 100011101 | 1000101 | 101100 |
Color Harmonies of #9823BF
Complementary color
Monochromatic Colors of #9823BF
Black with #9823BF
Text Example
Text Example
White with #9823BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9823BF; }
p { color: rgb(152,35,191); }
H1.HeaderClassName
{
color: #9823BF;
}
.AnyTagClassName
{
color: #9823BF;
}
</style>
background-color css
<style>
a { background-color: #9823BF; }
a { background-color: rgb(152,35,191); }
div.DivClassName
{
background-color: #9823BF;
}
.BgClassName
{
background-color: #9823BF;
}
</style>
border-color css
<style>
span { border-color: #9823BF; }
span { border-color: rgb(152,35,191); }
td.TdClassName
{
border-color: #9823BF;
}
.TagClassName
{
border-color: #9823BF;
}
</style>