Shades of Dark Orchid #9938CF
Tints of Dark Orchid #9938CF
RGB
CMYK
RGB Variations
Color information
#9938CF (or 0x9938CF) is known color: Dark Orchid. HEX triplet: 99, 38 and CF. RGB value is (153,56,207). Sum of RGB (Red+Green+Blue) = 153+56+207=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #9938CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938CF is #66C730. Grayscale: #656565. Windows color (decimal): -6735665 or 13580441. OLE color: 13580441.
HSL color Cylindrical-coordinate representation of color #9938CF: hue angle of 278.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9938CF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 56 | 207 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.19 |
| HSL | 278.54º | 0.61% | 0.52% | - |
| HSV(B) | 278.54º | 0.73% | 0.81% | - |
| XYZ | 25.81 | 14.11 | 60.39 | - |
| YUV | 102.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 207 | 0.26 | 0.73 | 0 | 0.19 | 278.54 | 0.61 | 0.52 |
| Hex | 99 | 38 | CF | 1A | 49 | 0 | 13 | 117 | 3D | 34 |
| Octal | 231 | 70 | 317 | 32 | 111 | 0 | 23 | 427 | 75 | 64 |
| Binary | 10011001 | 111000 | 11001111 | 11010 | 1001001 | 0 | 10011 | 100010111 | 111101 | 110100 |
Color Harmonies of #9938CF
Complementary color
Monochromatic Colors of #9938CF
Black with #9938CF
Text Example
Text Example
White with #9938CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938CF; }
p { color: rgb(153,56,207); }
H1.HeaderClassName
{
color: #9938CF;
}
.AnyTagClassName
{
color: #9938CF;
}
</style>
background-color css
<style>
a { background-color: #9938CF; }
a { background-color: rgb(153,56,207); }
div.DivClassName
{
background-color: #9938CF;
}
.BgClassName
{
background-color: #9938CF;
}
</style>
border-color css
<style>
span { border-color: #9938CF; }
span { border-color: rgb(153,56,207); }
td.TdClassName
{
border-color: #9938CF;
}
.TagClassName
{
border-color: #9938CF;
}
</style>