Shades of Dark Orchid #953FCB
Tints of Dark Orchid #953FCB
RGB
CMYK
RGB Variations
Color information
#953FCB (or 0x953FCB) is known color: Dark Orchid. HEX triplet: 95, 3F and CB. RGB value is (149,63,203). Sum of RGB (Red+Green+Blue) = 149+63+203=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #953FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FCB is #6AC034. Grayscale: #686868. Windows color (decimal): -6996021 or 13320085. OLE color: 13320085.
HSL color Cylindrical-coordinate representation of color #953FCB: hue angle of 276.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #953FCB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 63 | 203 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.20 |
| HSL | 276.86º | 0.57% | 0.52% | - |
| HSV(B) | 276.86º | 0.69% | 0.8% | - |
| XYZ | 24.95 | 14.26 | 57.94 | - |
| YUV | 104.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 203 | 0.27 | 0.69 | 0 | 0.20 | 276.86 | 0.57 | 0.52 |
| Hex | 95 | 3F | CB | 1B | 45 | 0 | 14 | 115 | 39 | 34 |
| Octal | 225 | 77 | 313 | 33 | 105 | 0 | 24 | 425 | 71 | 64 |
| Binary | 10010101 | 111111 | 11001011 | 11011 | 1000101 | 0 | 10100 | 100010101 | 111001 | 110100 |
Color Harmonies of #953FCB
Complementary color
Monochromatic Colors of #953FCB
Black with #953FCB
Text Example
Text Example
White with #953FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FCB; }
p { color: rgb(149,63,203); }
H1.HeaderClassName
{
color: #953FCB;
}
.AnyTagClassName
{
color: #953FCB;
}
</style>
background-color css
<style>
a { background-color: #953FCB; }
a { background-color: rgb(149,63,203); }
div.DivClassName
{
background-color: #953FCB;
}
.BgClassName
{
background-color: #953FCB;
}
</style>
border-color css
<style>
span { border-color: #953FCB; }
span { border-color: rgb(149,63,203); }
td.TdClassName
{
border-color: #953FCB;
}
.TagClassName
{
border-color: #953FCB;
}
</style>