#DC8EEB

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

Shades of Violet #DC8EEB

Tints of Violet #DC8EEB

Color information

#DC8EEB (or 0xDC8EEB) is unknown color: approx Violet. HEX triplet: DC, 8E and EB. RGB value is (220,142,235). Sum of RGB (Red+Green+Blue) = 220+142+235=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EEB is #237114. Grayscale: #AFAFAF. Windows color (decimal): -2322709 or 15437532. OLE color: 15437532.

HSL color Cylindrical-coordinate representation of color #DC8EEB: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8EEB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220142235-
CMYK0.060.4000.08
HSL290.32º69.92%73.92%-
HSV(B)290.32º39.57%92.16%-
XYZ54.1840.5683.57-
YUV175.92161.34159.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 142 (55.86% from 255) = 23.79%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=36.85%
G=23.79%
B=39.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201422350.060.4000.08290.3269.9273.92
HexDC8EEB62808122464a
Octal334216353650010442106112
Binary1101110010001110111010111101010000100010010001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EEB; }

 p { color: rgb(220,142,235); }

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

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

 a { background-color: rgb(220,142,235); }

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

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

 span { border-color: rgb(220,142,235); }

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