Shades of Dark Orchid #833CC9
Tints of Dark Orchid #833CC9
RGB
CMYK
RGB Variations
Color information
#833CC9 (or 0x833CC9) is known color: Dark Orchid. HEX triplet: 83, 3C and C9. RGB value is (131,60,201). Sum of RGB (Red+Green+Blue) = 131+60+201=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #833CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CC9 is #7CC336. Grayscale: #606060. Windows color (decimal): -8176439 or 13188227. OLE color: 13188227.
HSL color Cylindrical-coordinate representation of color #833CC9: hue angle of 270.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833CC9 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 60 | 201 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.21 |
| HSL | 270.21º | 0.57% | 0.51% | - |
| HSV(B) | 270.21º | 0.7% | 0.79% | - |
| XYZ | 21.52 | 12.27 | 56.49 | - |
| YUV | 97.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 201 | 0.35 | 0.70 | 0 | 0.21 | 270.21 | 0.57 | 0.51 |
| Hex | 83 | 3C | C9 | 23 | 46 | 0 | 15 | 10E | 39 | 33 |
| Octal | 203 | 74 | 311 | 43 | 106 | 0 | 25 | 416 | 71 | 63 |
| Binary | 10000011 | 111100 | 11001001 | 100011 | 1000110 | 0 | 10101 | 100001110 | 111001 | 110011 |
Color Harmonies of #833CC9
Complementary color
Monochromatic Colors of #833CC9
Black with #833CC9
Text Example
Text Example
White with #833CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CC9; }
p { color: rgb(131,60,201); }
H1.HeaderClassName
{
color: #833CC9;
}
.AnyTagClassName
{
color: #833CC9;
}
</style>
background-color css
<style>
a { background-color: #833CC9; }
a { background-color: rgb(131,60,201); }
div.DivClassName
{
background-color: #833CC9;
}
.BgClassName
{
background-color: #833CC9;
}
</style>
border-color css
<style>
span { border-color: #833CC9; }
span { border-color: rgb(131,60,201); }
td.TdClassName
{
border-color: #833CC9;
}
.TagClassName
{
border-color: #833CC9;
}
</style>