Shades of Dark Orchid #9B30CF
Tints of Dark Orchid #9B30CF
RGB
CMYK
RGB Variations
Color information
#9B30CF (or 0x9B30CF) is known color: Dark Orchid. HEX triplet: 9B, 30 and CF. RGB value is (155,48,207). Sum of RGB (Red+Green+Blue) = 155+48+207=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B30CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B30CF is #64CF30. Grayscale: #616161. Windows color (decimal): -6606641 or 13578395. OLE color: 13578395.
HSL color Cylindrical-coordinate representation of color #9B30CF: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B30CF is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 48 | 207 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.19 |
| HSL | 280.38º | 0.62% | 0.5% | - |
| HSV(B) | 280.38º | 0.77% | 0.81% | - |
| XYZ | 25.84 | 13.59 | 60.29 | - |
| YUV | 98.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 207 | 0.25 | 0.77 | 0 | 0.19 | 280.38 | 0.62 | 0.5 |
| Hex | 9B | 30 | CF | 19 | 4D | 0 | 13 | 118 | 3E | 32 |
| Octal | 233 | 60 | 317 | 31 | 115 | 0 | 23 | 430 | 76 | 62 |
| Binary | 10011011 | 110000 | 11001111 | 11001 | 1001101 | 0 | 10011 | 100011000 | 111110 | 110010 |
Color Harmonies of #9B30CF
Complementary color
Monochromatic Colors of #9B30CF
Black with #9B30CF
Text Example
Text Example
White with #9B30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B30CF; }
p { color: rgb(155,48,207); }
H1.HeaderClassName
{
color: #9B30CF;
}
.AnyTagClassName
{
color: #9B30CF;
}
</style>
background-color css
<style>
a { background-color: #9B30CF; }
a { background-color: rgb(155,48,207); }
div.DivClassName
{
background-color: #9B30CF;
}
.BgClassName
{
background-color: #9B30CF;
}
</style>
border-color css
<style>
span { border-color: #9B30CF; }
span { border-color: rgb(155,48,207); }
td.TdClassName
{
border-color: #9B30CF;
}
.TagClassName
{
border-color: #9B30CF;
}
</style>