#8265BA

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

Shades of True V #8265BA

Tints of True V #8265BA

Color information

#8265BA (or 0x8265BA) is unknown color: approx True V. HEX triplet: 82, 65 and BA. RGB value is (130,101,186). Sum of RGB (Red+Green+Blue) = 130+101+186=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8265BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265BA is #7D9A45. Grayscale: #777777. Windows color (decimal): -8231494 or 12215682. OLE color: 12215682.

HSL color Cylindrical-coordinate representation of color #8265BA: hue angle of 260.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8265BA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130101186-
CMYK0.300.4600.27
HSL260.47º38.12%56.27%-
HSV(B)260.47º45.7%72.94%-
XYZ22.7217.648.65-
YUV119.36165.61135.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=31.18%
G=24.22%
B=44.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301011860.300.4600.27260.4738.1256.27
Hex8265BA1E2E01B1042638
Octal20214527236560334044670
Binary1000001011001011011101011110101110011011100000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8265BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8265BA; }

 p { color: rgb(130,101,186); }

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

<style>
 a { background-color: #8265BA; }

 a { background-color: rgb(130,101,186); }

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

<style>
 span { border-color: #8265BA; }

 span { border-color: rgb(130,101,186); }

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