#8261BC

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

Shades of True V #8261BC

Tints of True V #8261BC

Color information

#8261BC (or 0x8261BC) is unknown color: approx True V. HEX triplet: 82, 61 and BC. RGB value is (130,97,188). Sum of RGB (Red+Green+Blue) = 130+97+188=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8261BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8261BC is #7D9E43. Grayscale: #747474. Windows color (decimal): -8232516 or 12345730. OLE color: 12345730.

HSL color Cylindrical-coordinate representation of color #8261BC: hue angle of 261.76º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8261BC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13097188-
CMYK0.310.4800.26
HSL261.76º40.44%55.88%-
HSV(B)261.76º48.4%73.73%-
XYZ22.5616.9349.66-
YUV117.24167.93137.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=31.33%
G=23.37%
B=45.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130971880.310.4800.26261.7640.4455.88
Hex8261BC1F3001A1062838
Octal20214127437600324065070
Binary1000001011000011011110011111110000011010100000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8261BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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