#DC8BEB

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

Shades of Violet #DC8BEB

Tints of Violet #DC8BEB

Color information

#DC8BEB (or 0xDC8BEB) is unknown color: approx Violet. HEX triplet: DC, 8B and EB. RGB value is (220,139,235). Sum of RGB (Red+Green+Blue) = 220+139+235=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BEB is #237414. Grayscale: #ADADAD. Windows color (decimal): -2323477 or 15436764. OLE color: 15436764.

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

Color convert

RGB220139235-
CMYK0.060.4100.08
HSL290.62º70.59%73.33%-
HSV(B)290.62º40.85%92.16%-
XYZ53.7439.6883.42-
YUV174.16162.34160.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 139 (54.69% from 255) = 23.40%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=37.04%
G=23.40%
B=39.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201392350.060.4100.08290.6270.5973.33
HexDC8BEB629081234749
Octal334213353651010443107111
Binary1101110010001011111010111101010010100010010001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BEB; }

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

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

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

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

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

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

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

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