#8260BD

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

Shades of True V #8260BD

Tints of True V #8260BD

Color information

#8260BD (or 0x8260BD) is unknown color: approx True V. HEX triplet: 82, 60 and BD. RGB value is (130,96,189). Sum of RGB (Red+Green+Blue) = 130+96+189=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #8260BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260BD is #7D9F42. Grayscale: #747474. Windows color (decimal): -8232771 or 12411010. OLE color: 12411010.

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

Color convert

RGB13096189-
CMYK0.310.4900.26
HSL261.94º41.33%55.88%-
HSV(B)261.94º49.21%74.12%-
XYZ22.5716.7950.19-
YUV116.77168.76137.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=31.33%
G=23.13%
B=45.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130961890.310.4900.26261.9441.3355.88
Hex8260BD1F3101A1062938
Octal20214027537610324065170
Binary1000001011000001011110111111110001011010100000110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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