Shades of Dark Orchid #8344CB
Tints of Dark Orchid #8344CB
RGB
CMYK
RGB Variations
Color information
#8344CB (or 0x8344CB) is known color: Dark Orchid. HEX triplet: 83, 44 and CB. RGB value is (131,68,203). Sum of RGB (Red+Green+Blue) = 131+68+203=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #8344CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344CB is #7CBB34. Grayscale: #656565. Windows color (decimal): -8174389 or 13321347. OLE color: 13321347.
HSL color Cylindrical-coordinate representation of color #8344CB: hue angle of 268º 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 #8344CB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 68 | 203 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.20 |
| HSL | 268º | 0.56% | 0.53% | - |
| HSV(B) | 268º | 0.67% | 0.8% | - |
| XYZ | 22.21 | 13.27 | 57.89 | - |
| YUV | 102.23 | 184.87 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 203 | 0.35 | 0.67 | 0 | 0.20 | 268 | 0.56 | 0.53 |
| Hex | 83 | 44 | CB | 23 | 43 | 0 | 14 | 10C | 38 | 35 |
| Octal | 203 | 104 | 313 | 43 | 103 | 0 | 24 | 414 | 70 | 65 |
| Binary | 10000011 | 1000100 | 11001011 | 100011 | 1000011 | 0 | 10100 | 100001100 | 111000 | 110101 |
Color Harmonies of #8344CB
Complementary color
Monochromatic Colors of #8344CB
Black with #8344CB
Text Example
Text Example
White with #8344CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8344CB; }
p { color: rgb(131,68,203); }
H1.HeaderClassName
{
color: #8344CB;
}
.AnyTagClassName
{
color: #8344CB;
}
</style>
background-color css
<style>
a { background-color: #8344CB; }
a { background-color: rgb(131,68,203); }
div.DivClassName
{
background-color: #8344CB;
}
.BgClassName
{
background-color: #8344CB;
}
</style>
border-color css
<style>
span { border-color: #8344CB; }
span { border-color: rgb(131,68,203); }
td.TdClassName
{
border-color: #8344CB;
}
.TagClassName
{
border-color: #8344CB;
}
</style>