#886ACF

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

Shades of True V #886ACF

Tints of True V #886ACF

Color information

#886ACF (or 0x886ACF) is unknown color: approx True V. HEX triplet: 88, 6A and CF. RGB value is (136,106,207). Sum of RGB (Red+Green+Blue) = 136+106+207=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #886ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACF is #779530. Grayscale: #7E7E7E. Windows color (decimal): -7836977 or 13593224. OLE color: 13593224.

HSL color Cylindrical-coordinate representation of color #886ACF: hue angle of 257.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886ACF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136106207-
CMYK0.340.4900.19
HSL257.82º51.27%61.37%-
HSV(B)257.82º48.79%81.18%-
XYZ26.5720.0561.5-
YUV126.48173.44134.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=30.29%
G=23.61%
B=46.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361062070.340.4900.19257.8251.2761.37
Hex886ACF2231013102333d
Octal21015231742610234026375
Binary10001000110101011001111100010110001010011100000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,207); }

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

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

 a { background-color: rgb(136,106,207); }

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

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

 span { border-color: rgb(136,106,207); }

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