#DB8BE8

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

Shades of Violet #DB8BE8

Tints of Violet #DB8BE8

Color information

#DB8BE8 (or 0xDB8BE8) is unknown color: approx Violet. HEX triplet: DB, 8B and E8. RGB value is (219,139,232). Sum of RGB (Red+Green+Blue) = 219+139+232=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB8BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BE8 is #247417. Grayscale: #ADADAD. Windows color (decimal): -2389016 or 15240155. OLE color: 15240155.

HSL color Cylindrical-coordinate representation of color #DB8BE8: hue angle of 291.61º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8BE8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219139232-
CMYK0.060.4000.09
HSL291.61º66.91%72.75%-
HSV(B)291.61º40.09%90.98%-
XYZ53.0139.3581.15-
YUV173.52161160.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 139 (54.69% from 255) = 23.56%
BLUE value IS 232 (91.02% from 255) = 39.32%
R=37.12%
G=23.56%
B=39.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191392320.060.4000.09291.6166.9172.75
HexDB8BE8628091244349
Octal333213350650011444103111
Binary1101101110001011111010001101010000100110010010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BE8; }

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

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

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

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

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

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

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

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