Shades of Dark Orchid #9533B5
Tints of Dark Orchid #9533B5
RGB
CMYK
RGB Variations
Color information
#9533B5 (or 0x9533B5) is known color: Dark Orchid. HEX triplet: 95, 33 and B5. RGB value is (149,51,181). Sum of RGB (Red+Green+Blue) = 149+51+181=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #9533B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533B5 is #6ACC4A. Grayscale: #5E5E5E. Windows color (decimal): -6999115 or 11875221. OLE color: 11875221.
HSL color Cylindrical-coordinate representation of color #9533B5: hue angle of 285.23º 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 #9533B5 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 149 | 51 | 181 | - |
CMYK | 0.18 | 0.72 | 0 | 0.29 |
HSL | 285.23º | 0.56% | 0.45% | - |
HSV(B) | 285.23º | 0.72% | 0.71% | - |
XYZ | 21.92 | 12.09 | 44.9 | - |
YUV | 95.12 | 176.47 | 166.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 51 | 181 | 0.18 | 0.72 | 0 | 0.29 | 285.23 | 0.56 | 0.45 |
Hex | 95 | 33 | B5 | 12 | 48 | 0 | 1D | 11D | 38 | 2D |
Octal | 225 | 63 | 265 | 22 | 110 | 0 | 35 | 435 | 70 | 55 |
Binary | 10010101 | 110011 | 10110101 | 10010 | 1001000 | 0 | 11101 | 100011101 | 111000 | 101101 |
Color Harmonies of #9533B5
Complementary color
Monochromatic Colors of #9533B5
Black with #9533B5
Text Example
Text Example
White with #9533B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9533B5; }
p { color: rgb(149,51,181); }
H1.HeaderClassName
{
color: #9533B5;
}
.AnyTagClassName
{
color: #9533B5;
}
</style>
background-color css
<style>
a { background-color: #9533B5; }
a { background-color: rgb(149,51,181); }
div.DivClassName
{
background-color: #9533B5;
}
.BgClassName
{
background-color: #9533B5;
}
</style>
border-color css
<style>
span { border-color: #9533B5; }
span { border-color: rgb(149,51,181); }
td.TdClassName
{
border-color: #9533B5;
}
.TagClassName
{
border-color: #9533B5;
}
</style>