#886DBD

Color #886DBD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #886DBD

Tints of True V #886DBD

Color information

#886DBD (or 0x886DBD) is unknown color: approx True V. HEX triplet: 88, 6D and BD. RGB value is (136,109,189). Sum of RGB (Red+Green+Blue) = 136+109+189=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #886DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DBD is #779242. Grayscale: #7D7D7D. Windows color (decimal): -7836227 or 12414344. OLE color: 12414344.

HSL color Cylindrical-coordinate representation of color #886DBD: hue angle of 260.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886DBD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136109189-
CMYK0.280.4200.26
HSL260.25º37.74%58.43%-
HSV(B)260.25º42.33%74.12%-
XYZ24.8119.8550.67-
YUV126.19163.45135-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=31.34%
G=25.12%
B=43.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361091890.280.4200.26260.2537.7458.43
Hex886DBD1C2A01A104263a
Octal21015527534520324044672
Binary1000100011011011011110111100101010011010100000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886DBD; }

 p { color: rgb(136,109,189); }

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

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

 a { background-color: rgb(136,109,189); }

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

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

 span { border-color: rgb(136,109,189); }

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