#8841DC

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

Shades of Blue Violet #8841DC

Tints of Blue Violet #8841DC

Color information

#8841DC (or 0x8841DC) is unknown color: approx Blue Violet. HEX triplet: 88, 41 and DC. RGB value is (136,65,220). Sum of RGB (Red+Green+Blue) = 136+65+220=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #8841DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8841DC is #77BE23. Grayscale: #676767. Windows color (decimal): -7847460 or 14434696. OLE color: 14434696.

HSL color Cylindrical-coordinate representation of color #8841DC: hue angle of 267.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8841DC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13665220-
CMYK0.380.7000.14
HSL267.48º68.89%55.88%-
HSV(B)267.48º70.45%86.27%-
XYZ24.9614.1869.13-
YUV103.9193.52150.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 220 (86.33% from 255) = 52.26%
R=32.30%
G=15.44%
B=52.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136652200.380.7000.14267.4868.8955.88
Hex8841DC26460E10b4538
Octal2101013344610601641310570
Binary100010001000001110111001001101000110011101000010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8841DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8841DC; }

 p { color: rgb(136,65,220); }

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

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

 a { background-color: rgb(136,65,220); }

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

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

 span { border-color: rgb(136,65,220); }

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