Shades of Dark Orchid #8328BF
Tints of Dark Orchid #8328BF
RGB
CMYK
RGB Variations
Color information
#8328BF (or 0x8328BF) is known color: Dark Orchid. HEX triplet: 83, 28 and BF. RGB value is (131,40,191). Sum of RGB (Red+Green+Blue) = 131+40+191=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #8328BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328BF is #7CD740. Grayscale: #535353. Windows color (decimal): -8181569 or 12527747. OLE color: 12527747.
HSL color Cylindrical-coordinate representation of color #8328BF: hue angle of 276.16º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8328BF is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 40 | 191 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.25 |
| HSL | 276.16º | 0.65% | 0.45% | - |
| HSV(B) | 276.16º | 0.79% | 0.75% | - |
| XYZ | 19.52 | 10.1 | 50.21 | - |
| YUV | 84.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 191 | 0.31 | 0.79 | 0 | 0.25 | 276.16 | 0.65 | 0.45 |
| Hex | 83 | 28 | BF | 1F | 4F | 0 | 19 | 114 | 41 | 2D |
| Octal | 203 | 50 | 277 | 37 | 117 | 0 | 31 | 424 | 101 | 55 |
| Binary | 10000011 | 101000 | 10111111 | 11111 | 1001111 | 0 | 11001 | 100010100 | 1000001 | 101101 |
Color Harmonies of #8328BF
Complementary color
Monochromatic Colors of #8328BF
Black with #8328BF
Text Example
Text Example
White with #8328BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328BF; }
p { color: rgb(131,40,191); }
H1.HeaderClassName
{
color: #8328BF;
}
.AnyTagClassName
{
color: #8328BF;
}
</style>
background-color css
<style>
a { background-color: #8328BF; }
a { background-color: rgb(131,40,191); }
div.DivClassName
{
background-color: #8328BF;
}
.BgClassName
{
background-color: #8328BF;
}
</style>
border-color css
<style>
span { border-color: #8328BF; }
span { border-color: rgb(131,40,191); }
td.TdClassName
{
border-color: #8328BF;
}
.TagClassName
{
border-color: #8328BF;
}
</style>