Shades of Dark Orchid #9B24CF
Tints of Dark Orchid #9B24CF
RGB
CMYK
RGB Variations
Color information
#9B24CF (or 0x9B24CF) is known color: Dark Orchid. HEX triplet: 9B, 24 and CF. RGB value is (155,36,207). Sum of RGB (Red+Green+Blue) = 155+36+207=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B24CF is #64DB30. Grayscale: #5A5A5A. Windows color (decimal): -6609713 or 13575323. OLE color: 13575323.
HSL color Cylindrical-coordinate representation of color #9B24CF: hue angle of 281.75º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B24CF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 36 | 207 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.19 |
| HSL | 281.75º | 0.7% | 0.48% | - |
| HSV(B) | 281.75º | 0.83% | 0.81% | - |
| XYZ | 25.41 | 12.74 | 60.15 | - |
| YUV | 91.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 207 | 0.25 | 0.83 | 0 | 0.19 | 281.75 | 0.7 | 0.48 |
| Hex | 9B | 24 | CF | 19 | 53 | 0 | 13 | 11A | 46 | 30 |
| Octal | 233 | 44 | 317 | 31 | 123 | 0 | 23 | 432 | 106 | 60 |
| Binary | 10011011 | 100100 | 11001111 | 11001 | 1010011 | 0 | 10011 | 100011010 | 1000110 | 110000 |
Color Harmonies of #9B24CF
Complementary color
Monochromatic Colors of #9B24CF
Black with #9B24CF
Text Example
Text Example
White with #9B24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B24CF; }
p { color: rgb(155,36,207); }
H1.HeaderClassName
{
color: #9B24CF;
}
.AnyTagClassName
{
color: #9B24CF;
}
</style>
background-color css
<style>
a { background-color: #9B24CF; }
a { background-color: rgb(155,36,207); }
div.DivClassName
{
background-color: #9B24CF;
}
.BgClassName
{
background-color: #9B24CF;
}
</style>
border-color css
<style>
span { border-color: #9B24CF; }
span { border-color: rgb(155,36,207); }
td.TdClassName
{
border-color: #9B24CF;
}
.TagClassName
{
border-color: #9B24CF;
}
</style>