#DC8DEB

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

Shades of Violet #DC8DEB

Tints of Violet #DC8DEB

Color information

#DC8DEB (or 0xDC8DEB) is unknown color: approx Violet. HEX triplet: DC, 8D and EB. RGB value is (220,141,235). Sum of RGB (Red+Green+Blue) = 220+141+235=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DEB is #237214. Grayscale: #AFAFAF. Windows color (decimal): -2322965 or 15437276. OLE color: 15437276.

HSL color Cylindrical-coordinate representation of color #DC8DEB: hue angle of 290.43º 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 #DC8DEB is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220141235-
CMYK0.060.400.08
HSL290.43º70.15%73.73%-
HSV(B)290.43º40%92.16%-
XYZ54.0440.2683.52-
YUV175.34161.67159.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=36.91%
G=23.66%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201412350.060.400.08290.4370.1573.73
HexDC8DEB62808122464a
Octal334215353650010442106112
Binary1101110010001101111010111101010000100010010001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DEB; }

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

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

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

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

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

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

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

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