Shades of Dark Orchid #9948CF
Tints of Dark Orchid #9948CF
RGB
CMYK
RGB Variations
Color information
#9948CF (or 0x9948CF) is known color: Dark Orchid. HEX triplet: 99, 48 and CF. RGB value is (153,72,207). Sum of RGB (Red+Green+Blue) = 153+72+207=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #9948CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948CF is #66B730. Grayscale: #6F6F6F. Windows color (decimal): -6731569 or 13584537. OLE color: 13584537.
HSL color Cylindrical-coordinate representation of color #9948CF: hue angle of 276º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9948CF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 72 | 207 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.19 |
| HSL | 276º | 0.58% | 0.55% | - |
| HSV(B) | 276º | 0.65% | 0.81% | - |
| XYZ | 26.72 | 15.91 | 60.69 | - |
| YUV | 111.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 207 | 0.26 | 0.65 | 0 | 0.19 | 276 | 0.58 | 0.55 |
| Hex | 99 | 48 | CF | 1A | 41 | 0 | 13 | 114 | 3A | 37 |
| Octal | 231 | 110 | 317 | 32 | 101 | 0 | 23 | 424 | 72 | 67 |
| Binary | 10011001 | 1001000 | 11001111 | 11010 | 1000001 | 0 | 10011 | 100010100 | 111010 | 110111 |
Color Harmonies of #9948CF
Complementary color
Monochromatic Colors of #9948CF
Black with #9948CF
Text Example
Text Example
White with #9948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948CF; }
p { color: rgb(153,72,207); }
H1.HeaderClassName
{
color: #9948CF;
}
.AnyTagClassName
{
color: #9948CF;
}
</style>
background-color css
<style>
a { background-color: #9948CF; }
a { background-color: rgb(153,72,207); }
div.DivClassName
{
background-color: #9948CF;
}
.BgClassName
{
background-color: #9948CF;
}
</style>
border-color css
<style>
span { border-color: #9948CF; }
span { border-color: rgb(153,72,207); }
td.TdClassName
{
border-color: #9948CF;
}
.TagClassName
{
border-color: #9948CF;
}
</style>