Shades of Dark Orchid #9B3FCC
Tints of Dark Orchid #9B3FCC
RGB
CMYK
RGB Variations
Color information
#9B3FCC (or 0x9B3FCC) is known color: Dark Orchid. HEX triplet: 9B, 3F and CC. RGB value is (155,63,204). Sum of RGB (Red+Green+Blue) = 155+63+204=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B3FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3FCC is #64C033. Grayscale: #6A6A6A. Windows color (decimal): -6602804 or 13385627. OLE color: 13385627.
HSL color Cylindrical-coordinate representation of color #9B3FCC: hue angle of 279.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3FCC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 63 | 204 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.2 |
| HSL | 279.15º | 0.58% | 0.52% | - |
| HSV(B) | 279.15º | 0.69% | 0.8% | - |
| XYZ | 26.19 | 14.88 | 58.62 | - |
| YUV | 106.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 204 | 0.24 | 0.69 | 0 | 0.2 | 279.15 | 0.58 | 0.52 |
| Hex | 9B | 3F | CC | 18 | 45 | 0 | 14 | 117 | 3A | 34 |
| Octal | 233 | 77 | 314 | 30 | 105 | 0 | 24 | 427 | 72 | 64 |
| Binary | 10011011 | 111111 | 11001100 | 11000 | 1000101 | 0 | 10100 | 100010111 | 111010 | 110100 |
Color Harmonies of #9B3FCC
Complementary color
Monochromatic Colors of #9B3FCC
Black with #9B3FCC
Text Example
Text Example
White with #9B3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3FCC; }
p { color: rgb(155,63,204); }
H1.HeaderClassName
{
color: #9B3FCC;
}
.AnyTagClassName
{
color: #9B3FCC;
}
</style>
background-color css
<style>
a { background-color: #9B3FCC; }
a { background-color: rgb(155,63,204); }
div.DivClassName
{
background-color: #9B3FCC;
}
.BgClassName
{
background-color: #9B3FCC;
}
</style>
border-color css
<style>
span { border-color: #9B3FCC; }
span { border-color: rgb(155,63,204); }
td.TdClassName
{
border-color: #9B3FCC;
}
.TagClassName
{
border-color: #9B3FCC;
}
</style>