Shades of Dark Orchid #8B25CF
Tints of Dark Orchid #8B25CF
RGB
CMYK
RGB Variations
Color information
#8B25CF (or 0x8B25CF) is known color: Dark Orchid. HEX triplet: 8B, 25 and CF. RGB value is (139,37,207). Sum of RGB (Red+Green+Blue) = 139+37+207=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B25CF is #74DA30. Grayscale: #565656. Windows color (decimal): -7658033 or 13575563. OLE color: 13575563.
HSL color Cylindrical-coordinate representation of color #8B25CF: hue angle of 276º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B25CF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 37 | 207 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.19 |
| HSL | 276º | 0.7% | 0.48% | - |
| HSV(B) | 276º | 0.82% | 0.81% | - |
| XYZ | 22.57 | 11.32 | 60.03 | - |
| YUV | 86.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 207 | 0.33 | 0.82 | 0 | 0.19 | 276 | 0.7 | 0.48 |
| Hex | 8B | 25 | CF | 21 | 52 | 0 | 13 | 114 | 46 | 30 |
| Octal | 213 | 45 | 317 | 41 | 122 | 0 | 23 | 424 | 106 | 60 |
| Binary | 10001011 | 100101 | 11001111 | 100001 | 1010010 | 0 | 10011 | 100010100 | 1000110 | 110000 |
Color Harmonies of #8B25CF
Complementary color
Monochromatic Colors of #8B25CF
Black with #8B25CF
Text Example
Text Example
White with #8B25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B25CF; }
p { color: rgb(139,37,207); }
H1.HeaderClassName
{
color: #8B25CF;
}
.AnyTagClassName
{
color: #8B25CF;
}
</style>
background-color css
<style>
a { background-color: #8B25CF; }
a { background-color: rgb(139,37,207); }
div.DivClassName
{
background-color: #8B25CF;
}
.BgClassName
{
background-color: #8B25CF;
}
</style>
border-color css
<style>
span { border-color: #8B25CF; }
span { border-color: rgb(139,37,207); }
td.TdClassName
{
border-color: #8B25CF;
}
.TagClassName
{
border-color: #8B25CF;
}
</style>