Shades of Dark Orchid #9433B5
Tints of Dark Orchid #9433B5
RGB
CMYK
RGB Variations
Color information
#9433B5 (or 0x9433B5) is known color: Dark Orchid. HEX triplet: 94, 33 and B5. RGB value is (148,51,181). Sum of RGB (Red+Green+Blue) = 148+51+181=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #9433B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433B5 is #6BCC4A. Grayscale: #5E5E5E. Windows color (decimal): -7064651 or 11875220. OLE color: 11875220.
HSL color Cylindrical-coordinate representation of color #9433B5: hue angle of 284.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9433B5 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 148 | 51 | 181 | - |
CMYK | 0.18 | 0.72 | 0 | 0.29 |
HSL | 284.77º | 0.56% | 0.45% | - |
HSV(B) | 284.77º | 0.72% | 0.71% | - |
XYZ | 21.74 | 12 | 44.89 | - |
YUV | 94.82 | 176.64 | 165.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 51 | 181 | 0.18 | 0.72 | 0 | 0.29 | 284.77 | 0.56 | 0.45 |
Hex | 94 | 33 | B5 | 12 | 48 | 0 | 1D | 11D | 38 | 2D |
Octal | 224 | 63 | 265 | 22 | 110 | 0 | 35 | 435 | 70 | 55 |
Binary | 10010100 | 110011 | 10110101 | 10010 | 1001000 | 0 | 11101 | 100011101 | 111000 | 101101 |
Color Harmonies of #9433B5
Complementary color
Monochromatic Colors of #9433B5
Black with #9433B5
Text Example
Text Example
White with #9433B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9433B5; }
p { color: rgb(148,51,181); }
H1.HeaderClassName
{
color: #9433B5;
}
.AnyTagClassName
{
color: #9433B5;
}
</style>
background-color css
<style>
a { background-color: #9433B5; }
a { background-color: rgb(148,51,181); }
div.DivClassName
{
background-color: #9433B5;
}
.BgClassName
{
background-color: #9433B5;
}
</style>
border-color css
<style>
span { border-color: #9433B5; }
span { border-color: rgb(148,51,181); }
td.TdClassName
{
border-color: #9433B5;
}
.TagClassName
{
border-color: #9433B5;
}
</style>