Shades of Dark Orchid #833CCA
Tints of Dark Orchid #833CCA
RGB
CMYK
RGB Variations
Color information
#833CCA (or 0x833CCA) is known color: Dark Orchid. HEX triplet: 83, 3C and CA. RGB value is (131,60,202). Sum of RGB (Red+Green+Blue) = 131+60+202=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #833CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CCA is #7CC335. Grayscale: #606060. Windows color (decimal): -8176438 or 13253763. OLE color: 13253763.
HSL color Cylindrical-coordinate representation of color #833CCA: hue angle of 270º 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 #833CCA is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 60 | 202 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.21 |
| HSL | 270º | 0.57% | 0.51% | - |
| HSV(B) | 270º | 0.7% | 0.79% | - |
| XYZ | 21.64 | 12.32 | 57.11 | - |
| YUV | 97.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 202 | 0.35 | 0.70 | 0 | 0.21 | 270 | 0.57 | 0.51 |
| Hex | 83 | 3C | CA | 23 | 46 | 0 | 15 | 10E | 39 | 33 |
| Octal | 203 | 74 | 312 | 43 | 106 | 0 | 25 | 416 | 71 | 63 |
| Binary | 10000011 | 111100 | 11001010 | 100011 | 1000110 | 0 | 10101 | 100001110 | 111001 | 110011 |
Color Harmonies of #833CCA
Complementary color
Monochromatic Colors of #833CCA
Black with #833CCA
Text Example
Text Example
White with #833CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CCA; }
p { color: rgb(131,60,202); }
H1.HeaderClassName
{
color: #833CCA;
}
.AnyTagClassName
{
color: #833CCA;
}
</style>
background-color css
<style>
a { background-color: #833CCA; }
a { background-color: rgb(131,60,202); }
div.DivClassName
{
background-color: #833CCA;
}
.BgClassName
{
background-color: #833CCA;
}
</style>
border-color css
<style>
span { border-color: #833CCA; }
span { border-color: rgb(131,60,202); }
td.TdClassName
{
border-color: #833CCA;
}
.TagClassName
{
border-color: #833CCA;
}
</style>