Shades of Dark Orchid #8243C4
Tints of Dark Orchid #8243C4
RGB
CMYK
RGB Variations
Color information
#8243C4 (or 0x8243C4) is known color: Dark Orchid. HEX triplet: 82, 43 and C4. RGB value is (130,67,196). Sum of RGB (Red+Green+Blue) = 130+67+196=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #8243C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8243C4 is #7DBC3B. Grayscale: #646464. Windows color (decimal): -8240188 or 12862338. OLE color: 12862338.
HSL color Cylindrical-coordinate representation of color #8243C4: hue angle of 269.3º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8243C4 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 67 | 196 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.23 |
| HSL | 269.3º | 0.52% | 0.52% | - |
| HSV(B) | 269.3º | 0.66% | 0.77% | - |
| XYZ | 21.18 | 12.75 | 53.57 | - |
| YUV | 100.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 196 | 0.34 | 0.66 | 0 | 0.23 | 269.3 | 0.52 | 0.52 |
| Hex | 82 | 43 | C4 | 22 | 42 | 0 | 17 | 10D | 34 | 34 |
| Octal | 202 | 103 | 304 | 42 | 102 | 0 | 27 | 415 | 64 | 64 |
| Binary | 10000010 | 1000011 | 11000100 | 100010 | 1000010 | 0 | 10111 | 100001101 | 110100 | 110100 |
Color Harmonies of #8243C4
Complementary color
Monochromatic Colors of #8243C4
Black with #8243C4
Text Example
Text Example
White with #8243C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8243C4; }
p { color: rgb(130,67,196); }
H1.HeaderClassName
{
color: #8243C4;
}
.AnyTagClassName
{
color: #8243C4;
}
</style>
background-color css
<style>
a { background-color: #8243C4; }
a { background-color: rgb(130,67,196); }
div.DivClassName
{
background-color: #8243C4;
}
.BgClassName
{
background-color: #8243C4;
}
</style>
border-color css
<style>
span { border-color: #8243C4; }
span { border-color: rgb(130,67,196); }
td.TdClassName
{
border-color: #8243C4;
}
.TagClassName
{
border-color: #8243C4;
}
</style>