#8673BD

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

Shades of True V #8673BD

Tints of True V #8673BD

Color information

#8673BD (or 0x8673BD) is unknown color: approx True V. HEX triplet: 86, 73 and BD. RGB value is (134,115,189). Sum of RGB (Red+Green+Blue) = 134+115+189=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8673BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BD is #798C42. Grayscale: #808080. Windows color (decimal): -7965763 or 12415878. OLE color: 12415878.

HSL color Cylindrical-coordinate representation of color #8673BD: hue angle of 255.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8673BD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134115189-
CMYK0.290.3900.26
HSL255.41º35.92%59.61%-
HSV(B)255.41º39.15%74.12%-
XYZ25.152150.87-
YUV129.12161.79131.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=30.59%
G=26.26%
B=43.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341151890.290.3900.26255.4135.9259.61
Hex8673BD1D2701Aff243c
Octal20616327535470323774474
Binary100001101110011101111011110110011101101011111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8673BD; }

 p { color: rgb(134,115,189); }

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

<style>
 a { background-color: #8673BD; }

 a { background-color: rgb(134,115,189); }

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

<style>
 span { border-color: #8673BD; }

 span { border-color: rgb(134,115,189); }

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