#DB8BEB

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

Shades of Violet #DB8BEB

Tints of Violet #DB8BEB

Color information

#DB8BEB (or 0xDB8BEB) is unknown color: approx Violet. HEX triplet: DB, 8B and EB. RGB value is (219,139,235). Sum of RGB (Red+Green+Blue) = 219+139+235=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BEB is #247414. Grayscale: #ADADAD. Windows color (decimal): -2389013 or 15436763. OLE color: 15436763.

HSL color Cylindrical-coordinate representation of color #DB8BEB: hue angle of 290º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8BEB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219139235-
CMYK0.070.4100.08
HSL290º70.59%73.33%-
HSV(B)290º40.85%92.16%-
XYZ53.4439.5283.41-
YUV173.86162.5160.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=36.93%
G=23.44%
B=39.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191392350.070.4100.0829070.5973.33
HexDB8BEB729081224749
Octal333213353751010442107111
Binary1101101110001011111010111111010010100010010001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BEB; }

 p { color: rgb(219,139,235); }

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

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

 a { background-color: rgb(219,139,235); }

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

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

 span { border-color: rgb(219,139,235); }

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