Shades of Dark Orchid #833ACC
Tints of Dark Orchid #833ACC
RGB
CMYK
RGB Variations
Color information
#833ACC (or 0x833ACC) is known color: Dark Orchid. HEX triplet: 83, 3A and CC. RGB value is (131,58,204). Sum of RGB (Red+Green+Blue) = 131+58+204=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #833ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ACC is #7CC533. Grayscale: #5F5F5F. Windows color (decimal): -8176948 or 13384323. OLE color: 13384323.
HSL color Cylindrical-coordinate representation of color #833ACC: hue angle of 270º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833ACC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 58 | 204 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.2 |
| HSL | 270º | 0.59% | 0.51% | - |
| HSV(B) | 270º | 0.72% | 0.8% | - |
| XYZ | 21.77 | 12.21 | 58.34 | - |
| YUV | 96.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 204 | 0.36 | 0.72 | 0 | 0.2 | 270 | 0.59 | 0.51 |
| Hex | 83 | 3A | CC | 24 | 48 | 0 | 14 | 10E | 3B | 33 |
| Octal | 203 | 72 | 314 | 44 | 110 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000011 | 111010 | 11001100 | 100100 | 1001000 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #833ACC
Complementary color
Monochromatic Colors of #833ACC
Black with #833ACC
Text Example
Text Example
White with #833ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833ACC; }
p { color: rgb(131,58,204); }
H1.HeaderClassName
{
color: #833ACC;
}
.AnyTagClassName
{
color: #833ACC;
}
</style>
background-color css
<style>
a { background-color: #833ACC; }
a { background-color: rgb(131,58,204); }
div.DivClassName
{
background-color: #833ACC;
}
.BgClassName
{
background-color: #833ACC;
}
</style>
border-color css
<style>
span { border-color: #833ACC; }
span { border-color: rgb(131,58,204); }
td.TdClassName
{
border-color: #833ACC;
}
.TagClassName
{
border-color: #833ACC;
}
</style>