#8260BB

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

Shades of True V #8260BB

Tints of True V #8260BB

Color information

#8260BB (or 0x8260BB) is unknown color: approx True V. HEX triplet: 82, 60 and BB. RGB value is (130,96,187). Sum of RGB (Red+Green+Blue) = 130+96+187=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #8260BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260BB is #7D9F44. Grayscale: #747474. Windows color (decimal): -8232773 or 12279938. OLE color: 12279938.

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

Color convert

RGB13096187-
CMYK0.300.4900.27
HSL262.42º40.09%55.49%-
HSV(B)262.42º48.66%73.33%-
XYZ22.3616.749.06-
YUV116.54167.76137.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=31.48%
G=23.24%
B=45.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130961870.300.4900.27262.4240.0955.49
Hex8260BB1E3101B1062837
Octal20214027336610334065067
Binary1000001011000001011101111110110001011011100000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8260BB; }

 p { color: rgb(130,96,187); }

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

<style>
 a { background-color: #8260BB; }

 a { background-color: rgb(130,96,187); }

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

<style>
 span { border-color: #8260BB; }

 span { border-color: rgb(130,96,187); }

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