Shades of Dark Orchid #9435B8
Tints of Dark Orchid #9435B8
RGB
CMYK
RGB Variations
Color information
#9435B8 (or 0x9435B8) is known color: Dark Orchid. HEX triplet: 94, 35 and B8. RGB value is (148,53,184). Sum of RGB (Red+Green+Blue) = 148+53+184=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #9435B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9435B8 is #6BCA47. Grayscale: #5F5F5F. Windows color (decimal): -7064136 or 12072340. OLE color: 12072340.
HSL color Cylindrical-coordinate representation of color #9435B8: hue angle of 283.51º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9435B8 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 53 | 184 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.28 |
| HSL | 283.51º | 0.55% | 0.46% | - |
| HSV(B) | 283.51º | 0.71% | 0.72% | - |
| XYZ | 22.14 | 12.3 | 46.56 | - |
| YUV | 96.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 184 | 0.20 | 0.71 | 0 | 0.28 | 283.51 | 0.55 | 0.46 |
| Hex | 94 | 35 | B8 | 14 | 47 | 0 | 1C | 11C | 37 | 2E |
| Octal | 224 | 65 | 270 | 24 | 107 | 0 | 34 | 434 | 67 | 56 |
| Binary | 10010100 | 110101 | 10111000 | 10100 | 1000111 | 0 | 11100 | 100011100 | 110111 | 101110 |
Color Harmonies of #9435B8
Complementary color
Monochromatic Colors of #9435B8
Black with #9435B8
Text Example
Text Example
White with #9435B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9435B8; }
p { color: rgb(148,53,184); }
H1.HeaderClassName
{
color: #9435B8;
}
.AnyTagClassName
{
color: #9435B8;
}
</style>
background-color css
<style>
a { background-color: #9435B8; }
a { background-color: rgb(148,53,184); }
div.DivClassName
{
background-color: #9435B8;
}
.BgClassName
{
background-color: #9435B8;
}
</style>
border-color css
<style>
span { border-color: #9435B8; }
span { border-color: rgb(148,53,184); }
td.TdClassName
{
border-color: #9435B8;
}
.TagClassName
{
border-color: #9435B8;
}
</style>