#886CC1

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

Shades of True V #886CC1

Tints of True V #886CC1

Color information

#886CC1 (or 0x886CC1) is unknown color: approx True V. HEX triplet: 88, 6C and C1. RGB value is (136,108,193). Sum of RGB (Red+Green+Blue) = 136+108+193=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #886CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CC1 is #77933E. Grayscale: #7D7D7D. Windows color (decimal): -7836479 or 12676232. OLE color: 12676232.

HSL color Cylindrical-coordinate representation of color #886CC1: hue angle of 259.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #886CC1 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136108193-
CMYK0.300.4400.24
HSL259.76º40.67%59.02%-
HSV(B)259.76º44.04%75.69%-
XYZ25.1419.8152.95-
YUV126.06165.78135.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=31.12%
G=24.71%
B=44.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361081930.300.4400.24259.7640.6759.02
Hex886CC11E2C018104293b
Octal21015430136540304045173
Binary1000100011011001100000111110101100011000100000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,193); }

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

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

 a { background-color: rgb(136,108,193); }

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

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

 span { border-color: rgb(136,108,193); }

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