#8672C0

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

Shades of True V #8672C0

Tints of True V #8672C0

Color information

#8672C0 (or 0x8672C0) is unknown color: approx True V. HEX triplet: 86, 72 and C0. RGB value is (134,114,192). Sum of RGB (Red+Green+Blue) = 134+114+192=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #8672C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672C0 is #798D3F. Grayscale: #808080. Windows color (decimal): -7966016 or 12612230. OLE color: 12612230.

HSL color Cylindrical-coordinate representation of color #8672C0: hue angle of 255.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8672C0 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134114192-
CMYK0.300.4100.25
HSL255.38º38.24%60%-
HSV(B)255.38º40.62%75.29%-
XYZ25.3620.9152.57-
YUV128.87163.63131.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=30.45%
G=25.91%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341141920.300.4100.25255.3838.2460
Hex8672C01E29019ff263c
Octal20616230036510313774674
Binary100001101110010110000001111010100101100111111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8672C0; }

 p { color: rgb(134,114,192); }

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

<style>
 a { background-color: #8672C0; }

 a { background-color: rgb(134,114,192); }

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

<style>
 span { border-color: #8672C0; }

 span { border-color: rgb(134,114,192); }

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