Shades of Dark Orchid #9B3CCF
Tints of Dark Orchid #9B3CCF
RGB
CMYK
RGB Variations
Color information
#9B3CCF (or 0x9B3CCF) is known color: Dark Orchid. HEX triplet: 9B, 3C and CF. RGB value is (155,60,207). Sum of RGB (Red+Green+Blue) = 155+60+207=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3CCF is #64C330. Grayscale: #686868. Windows color (decimal): -6603569 or 13581467. OLE color: 13581467.
HSL color Cylindrical-coordinate representation of color #9B3CCF: hue angle of 278.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B3CCF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 60 | 207 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.19 |
| HSL | 278.78º | 0.6% | 0.52% | - |
| HSV(B) | 278.78º | 0.71% | 0.81% | - |
| XYZ | 26.4 | 14.71 | 60.48 | - |
| YUV | 105.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 207 | 0.25 | 0.71 | 0 | 0.19 | 278.78 | 0.6 | 0.52 |
| Hex | 9B | 3C | CF | 19 | 47 | 0 | 13 | 117 | 3C | 34 |
| Octal | 233 | 74 | 317 | 31 | 107 | 0 | 23 | 427 | 74 | 64 |
| Binary | 10011011 | 111100 | 11001111 | 11001 | 1000111 | 0 | 10011 | 100010111 | 111100 | 110100 |
Color Harmonies of #9B3CCF
Complementary color
Monochromatic Colors of #9B3CCF
Black with #9B3CCF
Text Example
Text Example
White with #9B3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3CCF; }
p { color: rgb(155,60,207); }
H1.HeaderClassName
{
color: #9B3CCF;
}
.AnyTagClassName
{
color: #9B3CCF;
}
</style>
background-color css
<style>
a { background-color: #9B3CCF; }
a { background-color: rgb(155,60,207); }
div.DivClassName
{
background-color: #9B3CCF;
}
.BgClassName
{
background-color: #9B3CCF;
}
</style>
border-color css
<style>
span { border-color: #9B3CCF; }
span { border-color: rgb(155,60,207); }
td.TdClassName
{
border-color: #9B3CCF;
}
.TagClassName
{
border-color: #9B3CCF;
}
</style>