#8667C5

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

Shades of True V #8667C5

Tints of True V #8667C5

Color information

#8667C5 (or 0x8667C5) is unknown color: approx True V. HEX triplet: 86, 67 and C5. RGB value is (134,103,197). Sum of RGB (Red+Green+Blue) = 134+103+197=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #8667C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667C5 is #79983A. Grayscale: #7A7A7A. Windows color (decimal): -7968827 or 12937094. OLE color: 12937094.

HSL color Cylindrical-coordinate representation of color #8667C5: hue angle of 259.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8667C5 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB134103197-
CMYK0.320.4800.23
HSL259.79º44.76%58.82%-
HSV(B)259.79º47.72%77.25%-
XYZ24.7618.855.15-
YUV122.98169.77135.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=30.88%
G=23.73%
B=45.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341031970.320.4800.23259.7944.7658.82
Hex8667C520300171042d3b
Octal20614730540600274045573
Binary10000110110011111000101100000110000010111100000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8667C5; }

 p { color: rgb(134,103,197); }

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

<style>
 a { background-color: #8667C5; }

 a { background-color: rgb(134,103,197); }

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

<style>
 span { border-color: #8667C5; }

 span { border-color: rgb(134,103,197); }

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