Shades of Dark Orchid #903ACF
Tints of Dark Orchid #903ACF
RGB
CMYK
RGB Variations
Color information
#903ACF (or 0x903ACF) is known color: Dark Orchid. HEX triplet: 90, 3A and CF. RGB value is (144,58,207). Sum of RGB (Red+Green+Blue) = 144+58+207=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #903ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903ACF is #6FC530. Grayscale: #646464. Windows color (decimal): -7324977 or 13580944. OLE color: 13580944.
HSL color Cylindrical-coordinate representation of color #903ACF: hue angle of 274.63º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #903ACF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 58 | 207 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.19 |
| HSL | 274.63º | 0.61% | 0.52% | - |
| HSV(B) | 274.63º | 0.72% | 0.81% | - |
| XYZ | 24.28 | 13.46 | 60.35 | - |
| YUV | 100.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 207 | 0.30 | 0.72 | 0 | 0.19 | 274.63 | 0.61 | 0.52 |
| Hex | 90 | 3A | CF | 1E | 48 | 0 | 13 | 113 | 3D | 34 |
| Octal | 220 | 72 | 317 | 36 | 110 | 0 | 23 | 423 | 75 | 64 |
| Binary | 10010000 | 111010 | 11001111 | 11110 | 1001000 | 0 | 10011 | 100010011 | 111101 | 110100 |
Color Harmonies of #903ACF
Complementary color
Monochromatic Colors of #903ACF
Black with #903ACF
Text Example
Text Example
White with #903ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903ACF; }
p { color: rgb(144,58,207); }
H1.HeaderClassName
{
color: #903ACF;
}
.AnyTagClassName
{
color: #903ACF;
}
</style>
background-color css
<style>
a { background-color: #903ACF; }
a { background-color: rgb(144,58,207); }
div.DivClassName
{
background-color: #903ACF;
}
.BgClassName
{
background-color: #903ACF;
}
</style>
border-color css
<style>
span { border-color: #903ACF; }
span { border-color: rgb(144,58,207); }
td.TdClassName
{
border-color: #903ACF;
}
.TagClassName
{
border-color: #903ACF;
}
</style>