#920DEB

Color #920DEB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #920DEB

Tints of Dark Violet #920DEB

Color information

#920DEB (or 0x920DEB) is unknown color: approx Dark Violet. HEX triplet: 92, 0D and EB. RGB value is (146,13,235). Sum of RGB (Red+Green+Blue) = 146+13+235=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #920DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920DEB is #6DF214. Grayscale: #4D4D4D. Windows color (decimal): -7205397 or 15404434. OLE color: 15404434.

HSL color Cylindrical-coordinate representation of color #920DEB: hue angle of 275.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920DEB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14613235-
CMYK0.380.9400.08
HSL275.95º89.52%48.63%-
HSV(B)275.95º94.47%92.16%-
XYZ26.9912.479.57-
YUV78.08216.56176.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 13 (5.47% from 255) = 3.30%
BLUE value IS 235 (92.19% from 255) = 59.64%
R=37.06%
G=3.30%
B=59.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146132350.380.9400.08275.9589.5248.63
Hex92DEB265E081145a31
Octal222153534613601042413261
Binary100100101101111010111001101011110010001000101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920DEB; }

 p { color: rgb(146,13,235); }

 H1.HeaderClassName
 {
   color: #920DEB;
 }
 .AnyTagClassName
 {
   color: #920DEB;
 }
</style>
background-color css

<style>
 a { background-color: #920DEB; }

 a { background-color: rgb(146,13,235); }

 div.DivClassName
 {
   background-color: #920DEB;
 }
 .BgClassName
 {
   background-color: #920DEB;
 }
</style>
border-color css

<style>
 span { border-color: #920DEB; }

 span { border-color: rgb(146,13,235); }

 td.TdClassName
 {
   border-color: #920DEB;
 }
 .TagClassName
 {
   border-color: #920DEB;
 }
</style>