Shades of Dark Orchid #8238CB
Tints of Dark Orchid #8238CB
RGB
CMYK
RGB Variations
Color information
#8238CB (or 0x8238CB) is known color: Dark Orchid. HEX triplet: 82, 38 and CB. RGB value is (130,56,203). Sum of RGB (Red+Green+Blue) = 130+56+203=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8238CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238CB is #7DC734. Grayscale: #5E5E5E. Windows color (decimal): -8242997 or 13318274. OLE color: 13318274.
HSL color Cylindrical-coordinate representation of color #8238CB: hue angle of 270.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8238CB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 56 | 203 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.20 |
| HSL | 270.2º | 0.59% | 0.51% | - |
| HSV(B) | 270.2º | 0.72% | 0.8% | - |
| XYZ | 21.4 | 11.89 | 57.67 | - |
| YUV | 94.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 203 | 0.36 | 0.72 | 0 | 0.20 | 270.2 | 0.59 | 0.51 |
| Hex | 82 | 38 | CB | 24 | 48 | 0 | 14 | 10E | 3B | 33 |
| Octal | 202 | 70 | 313 | 44 | 110 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000010 | 111000 | 11001011 | 100100 | 1001000 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #8238CB
Complementary color
Monochromatic Colors of #8238CB
Black with #8238CB
Text Example
Text Example
White with #8238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238CB; }
p { color: rgb(130,56,203); }
H1.HeaderClassName
{
color: #8238CB;
}
.AnyTagClassName
{
color: #8238CB;
}
</style>
background-color css
<style>
a { background-color: #8238CB; }
a { background-color: rgb(130,56,203); }
div.DivClassName
{
background-color: #8238CB;
}
.BgClassName
{
background-color: #8238CB;
}
</style>
border-color css
<style>
span { border-color: #8238CB; }
span { border-color: rgb(130,56,203); }
td.TdClassName
{
border-color: #8238CB;
}
.TagClassName
{
border-color: #8238CB;
}
</style>