#8671C9

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

Shades of True V #8671C9

Tints of True V #8671C9

Color information

#8671C9 (or 0x8671C9) is unknown color: approx True V. HEX triplet: 86, 71 and C9. RGB value is (134,113,201). Sum of RGB (Red+Green+Blue) = 134+113+201=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #8671C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671C9 is #798E36. Grayscale: #808080. Windows color (decimal): -7966263 or 13201798. OLE color: 13201798.

HSL color Cylindrical-coordinate representation of color #8671C9: hue angle of 254.32º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8671C9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134113201-
CMYK0.330.4400.21
HSL254.32º44.9%61.57%-
HSV(B)254.32º43.78%78.82%-
XYZ26.2821.157.95-
YUV129.31168.46131.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=29.91%
G=25.22%
B=44.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341132010.330.4400.21254.3244.961.57
Hex8671C9212C015fe2d3e
Octal20616131141540253765576
Binary1000011011100011100100110000110110001010111111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8671C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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