#8261BA

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

Shades of True V #8261BA

Tints of True V #8261BA

Color information

#8261BA (or 0x8261BA) is unknown color: approx True V. HEX triplet: 82, 61 and BA. RGB value is (130,97,186). Sum of RGB (Red+Green+Blue) = 130+97+186=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8261BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8261BA is #7D9E45. Grayscale: #747474. Windows color (decimal): -8232518 or 12214658. OLE color: 12214658.

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

Color convert

RGB13097186-
CMYK0.300.4800.27
HSL262.25º39.21%55.49%-
HSV(B)262.25º47.85%72.94%-
XYZ22.3416.8448.53-
YUV117.01166.93137.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=31.48%
G=23.49%
B=45.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130971860.300.4800.27262.2539.2155.49
Hex8261BA1E3001B1062737
Octal20214127236600334064767
Binary1000001011000011011101011110110000011011100000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8261BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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