#8167BE

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

Shades of True V #8167BE

Tints of True V #8167BE

Color information

#8167BE (or 0x8167BE) is unknown color: approx True V. HEX triplet: 81, 67 and BE. RGB value is (129,103,190). Sum of RGB (Red+Green+Blue) = 129+103+190=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8167BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8167BE is #7E9841. Grayscale: #787878. Windows color (decimal): -8296514 or 12478337. OLE color: 12478337.

HSL color Cylindrical-coordinate representation of color #8167BE: hue angle of 257.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8167BE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129103190-
CMYK0.320.4600.25
HSL257.93º40.09%57.45%-
HSV(B)257.93º45.79%74.51%-
XYZ23.218.0950.98-
YUV120.69167.11133.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=30.57%
G=24.41%
B=45.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291031900.320.4600.25257.9340.0957.45
Hex8167BE202E0191022839
Octal20114727640560314025071
Binary10000001110011110111110100000101110011001100000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8167BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8167BE; }

 p { color: rgb(129,103,190); }

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

<style>
 a { background-color: #8167BE; }

 a { background-color: rgb(129,103,190); }

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

<style>
 span { border-color: #8167BE; }

 span { border-color: rgb(129,103,190); }

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