Shades of Dark Orchid #9B23BD
Tints of Dark Orchid #9B23BD
RGB
CMYK
RGB Variations
Color information
#9B23BD (or 0x9B23BD) is known color: Dark Orchid. HEX triplet: 9B, 23 and BD. RGB value is (155,35,189). Sum of RGB (Red+Green+Blue) = 155+35+189=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B23BD is #64DC42. Grayscale: #575757. Windows color (decimal): -6609987 or 12395419. OLE color: 12395419.
HSL color Cylindrical-coordinate representation of color #9B23BD: hue angle of 286.75º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B23BD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 35 | 189 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.26 |
| HSL | 286.75º | 0.69% | 0.44% | - |
| HSV(B) | 286.75º | 0.81% | 0.74% | - |
| XYZ | 23.3 | 11.84 | 49.2 | - |
| YUV | 88.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 189 | 0.18 | 0.81 | 0 | 0.26 | 286.75 | 0.69 | 0.44 |
| Hex | 9B | 23 | BD | 12 | 51 | 0 | 1A | 11F | 45 | 2C |
| Octal | 233 | 43 | 275 | 22 | 121 | 0 | 32 | 437 | 105 | 54 |
| Binary | 10011011 | 100011 | 10111101 | 10010 | 1010001 | 0 | 11010 | 100011111 | 1000101 | 101100 |
Color Harmonies of #9B23BD
Complementary color
Monochromatic Colors of #9B23BD
Black with #9B23BD
Text Example
Text Example
White with #9B23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B23BD; }
p { color: rgb(155,35,189); }
H1.HeaderClassName
{
color: #9B23BD;
}
.AnyTagClassName
{
color: #9B23BD;
}
</style>
background-color css
<style>
a { background-color: #9B23BD; }
a { background-color: rgb(155,35,189); }
div.DivClassName
{
background-color: #9B23BD;
}
.BgClassName
{
background-color: #9B23BD;
}
</style>
border-color css
<style>
span { border-color: #9B23BD; }
span { border-color: rgb(155,35,189); }
td.TdClassName
{
border-color: #9B23BD;
}
.TagClassName
{
border-color: #9B23BD;
}
</style>