Shades of Dark Orchid #9A1FB3
Tints of Dark Orchid #9A1FB3
RGB
CMYK
RGB Variations
Color information
#9A1FB3 (or 0x9A1FB3) is known color: Dark Orchid. HEX triplet: 9A, 1F and B3. RGB value is (154,31,179). Sum of RGB (Red+Green+Blue) = 154+31+179=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A1FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FB3 is #65E04C. Grayscale: #545454. Windows color (decimal): -6676557 or 11739034. OLE color: 11739034.
HSL color Cylindrical-coordinate representation of color #9A1FB3: hue angle of 289.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A1FB3 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 31 | 179 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.30 |
| HSL | 289.86º | 0.7% | 0.41% | - |
| HSV(B) | 289.86º | 0.83% | 0.7% | - |
| XYZ | 21.95 | 11.1 | 43.63 | - |
| YUV | 84.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 179 | 0.14 | 0.83 | 0 | 0.30 | 289.86 | 0.7 | 0.41 |
| Hex | 9A | 1F | B3 | E | 53 | 0 | 1E | 122 | 46 | 29 |
| Octal | 232 | 37 | 263 | 16 | 123 | 0 | 36 | 442 | 106 | 51 |
| Binary | 10011010 | 11111 | 10110011 | 1110 | 1010011 | 0 | 11110 | 100100010 | 1000110 | 101001 |
Color Harmonies of #9A1FB3
Complementary color
Monochromatic Colors of #9A1FB3
Black with #9A1FB3
Text Example
Text Example
White with #9A1FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1FB3; }
p { color: rgb(154,31,179); }
H1.HeaderClassName
{
color: #9A1FB3;
}
.AnyTagClassName
{
color: #9A1FB3;
}
</style>
background-color css
<style>
a { background-color: #9A1FB3; }
a { background-color: rgb(154,31,179); }
div.DivClassName
{
background-color: #9A1FB3;
}
.BgClassName
{
background-color: #9A1FB3;
}
</style>
border-color css
<style>
span { border-color: #9A1FB3; }
span { border-color: rgb(154,31,179); }
td.TdClassName
{
border-color: #9A1FB3;
}
.TagClassName
{
border-color: #9A1FB3;
}
</style>