Shades of Dark Orchid #9433B8
Tints of Dark Orchid #9433B8
RGB
CMYK
RGB Variations
Color information
#9433B8 (or 0x9433B8) is known color: Dark Orchid. HEX triplet: 94, 33 and B8. RGB value is (148,51,184). Sum of RGB (Red+Green+Blue) = 148+51+184=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #9433B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433B8 is #6BCC47. Grayscale: #5E5E5E. Windows color (decimal): -7064648 or 12071828. OLE color: 12071828.
HSL color Cylindrical-coordinate representation of color #9433B8: hue angle of 283.76º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9433B8 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 51 | 184 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.28 |
| HSL | 283.76º | 0.57% | 0.46% | - |
| HSV(B) | 283.76º | 0.72% | 0.72% | - |
| XYZ | 22.05 | 12.12 | 46.53 | - |
| YUV | 95.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 184 | 0.20 | 0.72 | 0 | 0.28 | 283.76 | 0.57 | 0.46 |
| Hex | 94 | 33 | B8 | 14 | 48 | 0 | 1C | 11C | 39 | 2E |
| Octal | 224 | 63 | 270 | 24 | 110 | 0 | 34 | 434 | 71 | 56 |
| Binary | 10010100 | 110011 | 10111000 | 10100 | 1001000 | 0 | 11100 | 100011100 | 111001 | 101110 |
Color Harmonies of #9433B8
Complementary color
Monochromatic Colors of #9433B8
Black with #9433B8
Text Example
Text Example
White with #9433B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9433B8; }
p { color: rgb(148,51,184); }
H1.HeaderClassName
{
color: #9433B8;
}
.AnyTagClassName
{
color: #9433B8;
}
</style>
background-color css
<style>
a { background-color: #9433B8; }
a { background-color: rgb(148,51,184); }
div.DivClassName
{
background-color: #9433B8;
}
.BgClassName
{
background-color: #9433B8;
}
</style>
border-color css
<style>
span { border-color: #9433B8; }
span { border-color: rgb(148,51,184); }
td.TdClassName
{
border-color: #9433B8;
}
.TagClassName
{
border-color: #9433B8;
}
</style>