Shades of Dark Orchid #8243CB
Tints of Dark Orchid #8243CB
RGB
CMYK
RGB Variations
Color information
#8243CB (or 0x8243CB) is known color: Dark Orchid. HEX triplet: 82, 43 and CB. RGB value is (130,67,203). Sum of RGB (Red+Green+Blue) = 130+67+203=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #8243CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8243CB is #7DBC34. Grayscale: #646464. Windows color (decimal): -8240181 or 13321090. OLE color: 13321090.
HSL color Cylindrical-coordinate representation of color #8243CB: hue angle of 267.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8243CB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 67 | 203 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.20 |
| HSL | 267.79º | 0.57% | 0.53% | - |
| HSV(B) | 267.79º | 0.67% | 0.8% | - |
| XYZ | 21.99 | 13.07 | 57.86 | - |
| YUV | 101.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 203 | 0.36 | 0.67 | 0 | 0.20 | 267.79 | 0.57 | 0.53 |
| Hex | 82 | 43 | CB | 24 | 43 | 0 | 14 | 10C | 39 | 35 |
| Octal | 202 | 103 | 313 | 44 | 103 | 0 | 24 | 414 | 71 | 65 |
| Binary | 10000010 | 1000011 | 11001011 | 100100 | 1000011 | 0 | 10100 | 100001100 | 111001 | 110101 |
Color Harmonies of #8243CB
Complementary color
Monochromatic Colors of #8243CB
Black with #8243CB
Text Example
Text Example
White with #8243CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243CB; }
p { color: rgb(130,67,203); }
H1.HeaderClassName
{
color: #8243CB;
}
.AnyTagClassName
{
color: #8243CB;
}
</style>
background-color css
<style>
a { background-color: #8243CB; }
a { background-color: rgb(130,67,203); }
div.DivClassName
{
background-color: #8243CB;
}
.BgClassName
{
background-color: #8243CB;
}
</style>
border-color css
<style>
span { border-color: #8243CB; }
span { border-color: rgb(130,67,203); }
td.TdClassName
{
border-color: #8243CB;
}
.TagClassName
{
border-color: #8243CB;
}
</style>