Shades of Dark Orchid #9426BF
Tints of Dark Orchid #9426BF
RGB
CMYK
RGB Variations
Color information
#9426BF (or 0x9426BF) is known color: Dark Orchid. HEX triplet: 94, 26 and BF. RGB value is (148,38,191). Sum of RGB (Red+Green+Blue) = 148+38+191=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #9426BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9426BF is #6BD940. Grayscale: #575757. Windows color (decimal): -7067969 or 12527252. OLE color: 12527252.
HSL color Cylindrical-coordinate representation of color #9426BF: hue angle of 283.14º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9426BF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 38 | 191 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.25 |
| HSL | 283.14º | 0.67% | 0.45% | - |
| HSV(B) | 283.14º | 0.8% | 0.75% | - |
| XYZ | 22.31 | 11.44 | 50.32 | - |
| YUV | 88.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 191 | 0.23 | 0.80 | 0 | 0.25 | 283.14 | 0.67 | 0.45 |
| Hex | 94 | 26 | BF | 17 | 50 | 0 | 19 | 11B | 43 | 2D |
| Octal | 224 | 46 | 277 | 27 | 120 | 0 | 31 | 433 | 103 | 55 |
| Binary | 10010100 | 100110 | 10111111 | 10111 | 1010000 | 0 | 11001 | 100011011 | 1000011 | 101101 |
Color Harmonies of #9426BF
Complementary color
Monochromatic Colors of #9426BF
Black with #9426BF
Text Example
Text Example
White with #9426BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426BF; }
p { color: rgb(148,38,191); }
H1.HeaderClassName
{
color: #9426BF;
}
.AnyTagClassName
{
color: #9426BF;
}
</style>
background-color css
<style>
a { background-color: #9426BF; }
a { background-color: rgb(148,38,191); }
div.DivClassName
{
background-color: #9426BF;
}
.BgClassName
{
background-color: #9426BF;
}
</style>
border-color css
<style>
span { border-color: #9426BF; }
span { border-color: rgb(148,38,191); }
td.TdClassName
{
border-color: #9426BF;
}
.TagClassName
{
border-color: #9426BF;
}
</style>