#DE8BE9

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

Shades of Violet #DE8BE9

Tints of Violet #DE8BE9

Color information

#DE8BE9 (or 0xDE8BE9) is unknown color: approx Violet. HEX triplet: DE, 8B and E9. RGB value is (222,139,233). Sum of RGB (Red+Green+Blue) = 222+139+233=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE8BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BE9 is #217416. Grayscale: #AEAEAE. Windows color (decimal): -2192407 or 15305694. OLE color: 15305694.

HSL color Cylindrical-coordinate representation of color #DE8BE9: hue angle of 292.98º degrees, saturation: 0.68, 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 #DE8BE9 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222139233-
CMYK0.050.4000.09
HSL292.98º68.12%72.94%-
HSV(B)292.98º40.34%91.37%-
XYZ54.0639.8881.94-
YUV174.53161161.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 139 (54.69% from 255) = 23.40%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=37.37%
G=23.40%
B=39.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221392330.050.4000.09292.9868.1272.94
HexDE8BE9528091254449
Octal336213351550011445104111
Binary1101111010001011111010011011010000100110010010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BE9; }

 p { color: rgb(222,139,233); }

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

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

 a { background-color: rgb(222,139,233); }

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

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

 span { border-color: rgb(222,139,233); }

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