Shades of Dark Orchid #901BAF
Tints of Dark Orchid #901BAF
RGB
CMYK
RGB Variations
Color information
#901BAF (or 0x901BAF) is known color: Dark Orchid. HEX triplet: 90, 1B and AF. RGB value is (144,27,175). Sum of RGB (Red+Green+Blue) = 144+27+175=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #901BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901BAF is #6FE450. Grayscale: #4E4E4E. Windows color (decimal): -7332945 or 11475856. OLE color: 11475856.
HSL color Cylindrical-coordinate representation of color #901BAF: hue angle of 287.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901BAF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 27 | 175 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.31 |
| HSL | 287.43º | 0.73% | 0.4% | - |
| HSV(B) | 287.43º | 0.85% | 0.69% | - |
| XYZ | 19.63 | 9.81 | 41.42 | - |
| YUV | 78.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 175 | 0.18 | 0.85 | 0 | 0.31 | 287.43 | 0.73 | 0.4 |
| Hex | 90 | 1B | AF | 12 | 55 | 0 | 1F | 11F | 49 | 28 |
| Octal | 220 | 33 | 257 | 22 | 125 | 0 | 37 | 437 | 111 | 50 |
| Binary | 10010000 | 11011 | 10101111 | 10010 | 1010101 | 0 | 11111 | 100011111 | 1001001 | 101000 |
Color Harmonies of #901BAF
Complementary color
Monochromatic Colors of #901BAF
Black with #901BAF
Text Example
Text Example
White with #901BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901BAF; }
p { color: rgb(144,27,175); }
H1.HeaderClassName
{
color: #901BAF;
}
.AnyTagClassName
{
color: #901BAF;
}
</style>
background-color css
<style>
a { background-color: #901BAF; }
a { background-color: rgb(144,27,175); }
div.DivClassName
{
background-color: #901BAF;
}
.BgClassName
{
background-color: #901BAF;
}
</style>
border-color css
<style>
span { border-color: #901BAF; }
span { border-color: rgb(144,27,175); }
td.TdClassName
{
border-color: #901BAF;
}
.TagClassName
{
border-color: #901BAF;
}
</style>