Shades of Dark Orchid #8430CB
Tints of Dark Orchid #8430CB
RGB
CMYK
RGB Variations
Color information
#8430CB (or 0x8430CB) is known color: Dark Orchid. HEX triplet: 84, 30 and CB. RGB value is (132,48,203). Sum of RGB (Red+Green+Blue) = 132+48+203=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #8430CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8430CB is #7BCF34. Grayscale: #5A5A5A. Windows color (decimal): -8113973 or 13316228. OLE color: 13316228.
HSL color Cylindrical-coordinate representation of color #8430CB: hue angle of 272.52º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8430CB is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 48 | 203 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.20 |
| HSL | 272.52º | 0.62% | 0.49% | - |
| HSV(B) | 272.52º | 0.76% | 0.8% | - |
| XYZ | 21.35 | 11.33 | 57.56 | - |
| YUV | 90.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 203 | 0.35 | 0.76 | 0 | 0.20 | 272.52 | 0.62 | 0.49 |
| Hex | 84 | 30 | CB | 23 | 4C | 0 | 14 | 111 | 3E | 31 |
| Octal | 204 | 60 | 313 | 43 | 114 | 0 | 24 | 421 | 76 | 61 |
| Binary | 10000100 | 110000 | 11001011 | 100011 | 1001100 | 0 | 10100 | 100010001 | 111110 | 110001 |
Color Harmonies of #8430CB
Complementary color
Monochromatic Colors of #8430CB
Black with #8430CB
Text Example
Text Example
White with #8430CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430CB; }
p { color: rgb(132,48,203); }
H1.HeaderClassName
{
color: #8430CB;
}
.AnyTagClassName
{
color: #8430CB;
}
</style>
background-color css
<style>
a { background-color: #8430CB; }
a { background-color: rgb(132,48,203); }
div.DivClassName
{
background-color: #8430CB;
}
.BgClassName
{
background-color: #8430CB;
}
</style>
border-color css
<style>
span { border-color: #8430CB; }
span { border-color: rgb(132,48,203); }
td.TdClassName
{
border-color: #8430CB;
}
.TagClassName
{
border-color: #8430CB;
}
</style>