Shades of Dark Orchid #951FBE
Tints of Dark Orchid #951FBE
RGB
CMYK
RGB Variations
Color information
#951FBE (or 0x951FBE) is known color: Dark Orchid. HEX triplet: 95, 1F and BE. RGB value is (149,31,190). Sum of RGB (Red+Green+Blue) = 149+31+190=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #951FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FBE is #6AE041. Grayscale: #535353. Windows color (decimal): -7004226 or 12459925. OLE color: 12459925.
HSL color Cylindrical-coordinate representation of color #951FBE: hue angle of 284.53º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951FBE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 149 | 31 | 190 | - |
CMYK | 0.22 | 0.84 | 0 | 0.25 |
HSL | 284.53º | 0.72% | 0.43% | - |
HSV(B) | 284.53º | 0.84% | 0.75% | - |
XYZ | 22.18 | 11.09 | 49.69 | - |
YUV | 84.41 | 187.59 | 174.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 31 | 190 | 0.22 | 0.84 | 0 | 0.25 | 284.53 | 0.72 | 0.43 |
Hex | 95 | 1F | BE | 16 | 54 | 0 | 19 | 11D | 48 | 2B |
Octal | 225 | 37 | 276 | 26 | 124 | 0 | 31 | 435 | 110 | 53 |
Binary | 10010101 | 11111 | 10111110 | 10110 | 1010100 | 0 | 11001 | 100011101 | 1001000 | 101011 |
Color Harmonies of #951FBE
Complementary color
Monochromatic Colors of #951FBE
Black with #951FBE
Text Example
Text Example
White with #951FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FBE; }
p { color: rgb(149,31,190); }
H1.HeaderClassName
{
color: #951FBE;
}
.AnyTagClassName
{
color: #951FBE;
}
</style>
background-color css
<style>
a { background-color: #951FBE; }
a { background-color: rgb(149,31,190); }
div.DivClassName
{
background-color: #951FBE;
}
.BgClassName
{
background-color: #951FBE;
}
</style>
border-color css
<style>
span { border-color: #951FBE; }
span { border-color: rgb(149,31,190); }
td.TdClassName
{
border-color: #951FBE;
}
.TagClassName
{
border-color: #951FBE;
}
</style>