#8671C3

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

Shades of True V #8671C3

Tints of True V #8671C3

Color information

#8671C3 (or 0x8671C3) is unknown color: approx True V. HEX triplet: 86, 71 and C3. RGB value is (134,113,195). Sum of RGB (Red+Green+Blue) = 134+113+195=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #8671C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671C3 is #798E3C. Grayscale: #808080. Windows color (decimal): -7966269 or 12808582. OLE color: 12808582.

HSL color Cylindrical-coordinate representation of color #8671C3: hue angle of 255.37º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8671C3 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134113195-
CMYK0.310.4200.24
HSL255.37º40.59%60.39%-
HSV(B)255.37º42.05%76.47%-
XYZ25.5920.8254.3-
YUV128.63165.46131.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=30.32%
G=25.57%
B=44.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341131950.310.4200.24255.3740.5960.39
Hex8671C31F2A018ff293c
Octal20616130337520303775174
Binary100001101110001110000111111110101001100011111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8671C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8671C3; }

 p { color: rgb(134,113,195); }

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

<style>
 a { background-color: #8671C3; }

 a { background-color: rgb(134,113,195); }

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

<style>
 span { border-color: #8671C3; }

 span { border-color: rgb(134,113,195); }

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