Shades of Dark Orchid #8244CB
Tints of Dark Orchid #8244CB
RGB
CMYK
RGB Variations
Color information
#8244CB (or 0x8244CB) is known color: Dark Orchid. HEX triplet: 82, 44 and CB. RGB value is (130,68,203). Sum of RGB (Red+Green+Blue) = 130+68+203=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #8244CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244CB is #7DBB34. Grayscale: #656565. Windows color (decimal): -8239925 or 13321346. OLE color: 13321346.
HSL color Cylindrical-coordinate representation of color #8244CB: hue angle of 267.56º degrees, saturation: 0.56, 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 #8244CB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 68 | 203 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.20 |
| HSL | 267.56º | 0.56% | 0.53% | - |
| HSV(B) | 267.56º | 0.67% | 0.8% | - |
| XYZ | 22.05 | 13.19 | 57.88 | - |
| YUV | 101.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 203 | 0.36 | 0.67 | 0 | 0.20 | 267.56 | 0.56 | 0.53 |
| Hex | 82 | 44 | CB | 24 | 43 | 0 | 14 | 10C | 38 | 35 |
| Octal | 202 | 104 | 313 | 44 | 103 | 0 | 24 | 414 | 70 | 65 |
| Binary | 10000010 | 1000100 | 11001011 | 100100 | 1000011 | 0 | 10100 | 100001100 | 111000 | 110101 |
Color Harmonies of #8244CB
Complementary color
Monochromatic Colors of #8244CB
Black with #8244CB
Text Example
Text Example
White with #8244CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8244CB; }
p { color: rgb(130,68,203); }
H1.HeaderClassName
{
color: #8244CB;
}
.AnyTagClassName
{
color: #8244CB;
}
</style>
background-color css
<style>
a { background-color: #8244CB; }
a { background-color: rgb(130,68,203); }
div.DivClassName
{
background-color: #8244CB;
}
.BgClassName
{
background-color: #8244CB;
}
</style>
border-color css
<style>
span { border-color: #8244CB; }
span { border-color: rgb(130,68,203); }
td.TdClassName
{
border-color: #8244CB;
}
.TagClassName
{
border-color: #8244CB;
}
</style>