Shades of Dark Orchid #833ACB
Tints of Dark Orchid #833ACB
RGB
CMYK
RGB Variations
Color information
#833ACB (or 0x833ACB) is known color: Dark Orchid. HEX triplet: 83, 3A and CB. RGB value is (131,58,203). Sum of RGB (Red+Green+Blue) = 131+58+203=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #833ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ACB is #7CC534. Grayscale: #5F5F5F. Windows color (decimal): -8176949 or 13318787. OLE color: 13318787.
HSL color Cylindrical-coordinate representation of color #833ACB: hue angle of 270.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833ACB is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 58 | 203 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.20 |
| HSL | 270.21º | 0.58% | 0.51% | - |
| HSV(B) | 270.21º | 0.71% | 0.8% | - |
| XYZ | 21.65 | 12.16 | 57.71 | - |
| YUV | 96.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 203 | 0.35 | 0.71 | 0 | 0.20 | 270.21 | 0.58 | 0.51 |
| Hex | 83 | 3A | CB | 23 | 47 | 0 | 14 | 10E | 3A | 33 |
| Octal | 203 | 72 | 313 | 43 | 107 | 0 | 24 | 416 | 72 | 63 |
| Binary | 10000011 | 111010 | 11001011 | 100011 | 1000111 | 0 | 10100 | 100001110 | 111010 | 110011 |
Color Harmonies of #833ACB
Complementary color
Monochromatic Colors of #833ACB
Black with #833ACB
Text Example
Text Example
White with #833ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833ACB; }
p { color: rgb(131,58,203); }
H1.HeaderClassName
{
color: #833ACB;
}
.AnyTagClassName
{
color: #833ACB;
}
</style>
background-color css
<style>
a { background-color: #833ACB; }
a { background-color: rgb(131,58,203); }
div.DivClassName
{
background-color: #833ACB;
}
.BgClassName
{
background-color: #833ACB;
}
</style>
border-color css
<style>
span { border-color: #833ACB; }
span { border-color: rgb(131,58,203); }
td.TdClassName
{
border-color: #833ACB;
}
.TagClassName
{
border-color: #833ACB;
}
</style>