Shades of Dark Violet #920BEE
Tints of Dark Violet #920BEE
RGB
CMYK
RGB Variations
Color information
#920BEE (or 0x920BEE) is known color: Dark Violet. HEX triplet: 92, 0B and EE. RGB value is (146,11,238). Sum of RGB (Red+Green+Blue) = 146+11+238=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #920BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920BEE is #6DF411. Grayscale: #4C4C4C. Windows color (decimal): -7205906 or 15600530. OLE color: 15600530.
HSL color Cylindrical-coordinate representation of color #920BEE: hue angle of 275.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920BEE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 11 | 238 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.68º | 0.91% | 0.49% | - |
| HSV(B) | 275.68º | 0.95% | 0.93% | - |
| XYZ | 27.41 | 12.52 | 81.86 | - |
| YUV | 77.24 | 218.73 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 238 | 0.39 | 0.95 | 0 | 0.07 | 275.68 | 0.91 | 0.49 |
| Hex | 92 | B | EE | 27 | 5F | 0 | 7 | 114 | 5B | 31 |
| Octal | 222 | 13 | 356 | 47 | 137 | 0 | 7 | 424 | 133 | 61 |
| Binary | 10010010 | 1011 | 11101110 | 100111 | 1011111 | 0 | 111 | 100010100 | 1011011 | 110001 |
Color Harmonies of #920BEE
Complementary color
Monochromatic Colors of #920BEE
Black with #920BEE
Text Example
Text Example
White with #920BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BEE; }
p { color: rgb(146,11,238); }
H1.HeaderClassName
{
color: #920BEE;
}
.AnyTagClassName
{
color: #920BEE;
}
</style>
background-color css
<style>
a { background-color: #920BEE; }
a { background-color: rgb(146,11,238); }
div.DivClassName
{
background-color: #920BEE;
}
.BgClassName
{
background-color: #920BEE;
}
</style>
border-color css
<style>
span { border-color: #920BEE; }
span { border-color: rgb(146,11,238); }
td.TdClassName
{
border-color: #920BEE;
}
.TagClassName
{
border-color: #920BEE;
}
</style>