Shades of Dark Orchid #8A35CF
Tints of Dark Orchid #8A35CF
RGB
CMYK
RGB Variations
Color information
#8A35CF (or 0x8A35CF) is known color: Dark Orchid. HEX triplet: 8A, 35 and CF. RGB value is (138,53,207). Sum of RGB (Red+Green+Blue) = 138+53+207=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A35CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A35CF is #75CA30. Grayscale: #5F5F5F. Windows color (decimal): -7719473 or 13579658. OLE color: 13579658.
HSL color Cylindrical-coordinate representation of color #8A35CF: hue angle of 273.12º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A35CF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 53 | 207 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.19 |
| HSL | 273.12º | 0.62% | 0.51% | - |
| HSV(B) | 273.12º | 0.74% | 0.81% | - |
| XYZ | 23.02 | 12.45 | 60.22 | - |
| YUV | 95.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 207 | 0.33 | 0.74 | 0 | 0.19 | 273.12 | 0.62 | 0.51 |
| Hex | 8A | 35 | CF | 21 | 4A | 0 | 13 | 111 | 3E | 33 |
| Octal | 212 | 65 | 317 | 41 | 112 | 0 | 23 | 421 | 76 | 63 |
| Binary | 10001010 | 110101 | 11001111 | 100001 | 1001010 | 0 | 10011 | 100010001 | 111110 | 110011 |
Color Harmonies of #8A35CF
Complementary color
Monochromatic Colors of #8A35CF
Black with #8A35CF
Text Example
Text Example
White with #8A35CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A35CF; }
p { color: rgb(138,53,207); }
H1.HeaderClassName
{
color: #8A35CF;
}
.AnyTagClassName
{
color: #8A35CF;
}
</style>
background-color css
<style>
a { background-color: #8A35CF; }
a { background-color: rgb(138,53,207); }
div.DivClassName
{
background-color: #8A35CF;
}
.BgClassName
{
background-color: #8A35CF;
}
</style>
border-color css
<style>
span { border-color: #8A35CF; }
span { border-color: rgb(138,53,207); }
td.TdClassName
{
border-color: #8A35CF;
}
.TagClassName
{
border-color: #8A35CF;
}
</style>