Shades of Dark Orchid #833CCB
Tints of Dark Orchid #833CCB
RGB
CMYK
RGB Variations
Color information
#833CCB (or 0x833CCB) is known color: Dark Orchid. HEX triplet: 83, 3C and CB. RGB value is (131,60,203). Sum of RGB (Red+Green+Blue) = 131+60+203=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #833CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CCB is #7CC334. Grayscale: #616161. Windows color (decimal): -8176437 or 13319299. OLE color: 13319299.
HSL color Cylindrical-coordinate representation of color #833CCB: hue angle of 269.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833CCB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 60 | 203 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.20 |
| HSL | 269.79º | 0.58% | 0.52% | - |
| HSV(B) | 269.79º | 0.7% | 0.8% | - |
| XYZ | 21.76 | 12.37 | 57.74 | - |
| YUV | 97.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 203 | 0.35 | 0.70 | 0 | 0.20 | 269.79 | 0.58 | 0.52 |
| Hex | 83 | 3C | CB | 23 | 46 | 0 | 14 | 10E | 3A | 34 |
| Octal | 203 | 74 | 313 | 43 | 106 | 0 | 24 | 416 | 72 | 64 |
| Binary | 10000011 | 111100 | 11001011 | 100011 | 1000110 | 0 | 10100 | 100001110 | 111010 | 110100 |
Color Harmonies of #833CCB
Complementary color
Monochromatic Colors of #833CCB
Black with #833CCB
Text Example
Text Example
White with #833CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CCB; }
p { color: rgb(131,60,203); }
H1.HeaderClassName
{
color: #833CCB;
}
.AnyTagClassName
{
color: #833CCB;
}
</style>
background-color css
<style>
a { background-color: #833CCB; }
a { background-color: rgb(131,60,203); }
div.DivClassName
{
background-color: #833CCB;
}
.BgClassName
{
background-color: #833CCB;
}
</style>
border-color css
<style>
span { border-color: #833CCB; }
span { border-color: rgb(131,60,203); }
td.TdClassName
{
border-color: #833CCB;
}
.TagClassName
{
border-color: #833CCB;
}
</style>