#866CC1

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

Shades of True V #866CC1

Tints of True V #866CC1

Color information

#866CC1 (or 0x866CC1) is unknown color: approx True V. HEX triplet: 86, 6C and C1. RGB value is (134,108,193). Sum of RGB (Red+Green+Blue) = 134+108+193=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #866CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CC1 is #79933E. Grayscale: #7D7D7D. Windows color (decimal): -7967551 or 12676230. OLE color: 12676230.

HSL color Cylindrical-coordinate representation of color #866CC1: hue angle of 258.35º 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 #866CC1 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134108193-
CMYK0.310.4400.24
HSL258.35º40.67%59.02%-
HSV(B)258.35º44.04%75.69%-
XYZ24.8219.6452.94-
YUV125.46166.11134.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=30.80%
G=24.83%
B=44.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341081930.310.4400.24258.3540.6759.02
Hex866CC11F2C018102293b
Octal20615430137540304025173
Binary1000011011011001100000111111101100011000100000010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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