#8259BF

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

Shades of True V #8259BF

Tints of True V #8259BF

Color information

#8259BF (or 0x8259BF) is unknown color: approx True V. HEX triplet: 82, 59 and BF. RGB value is (130,89,191). Sum of RGB (Red+Green+Blue) = 130+89+191=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #8259BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259BF is #7DA640. Grayscale: #707070. Windows color (decimal): -8234561 or 12540290. OLE color: 12540290.

HSL color Cylindrical-coordinate representation of color #8259BF: hue angle of 264.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8259BF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13089191-
CMYK0.320.5300.25
HSL264.12º44.35%54.9%-
HSV(B)264.12º53.4%74.9%-
XYZ22.1815.6551.14-
YUV112.89172.08140.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 191 (75% from 255) = 46.59%
R=31.71%
G=21.71%
B=46.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130891910.320.5300.25264.1244.3554.9
Hex8259BF20350191082c37
Octal20213127740650314105467
Binary10000010101100110111111100000110101011001100001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8259BF; }

 p { color: rgb(130,89,191); }

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

<style>
 a { background-color: #8259BF; }

 a { background-color: rgb(130,89,191); }

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

<style>
 span { border-color: #8259BF; }

 span { border-color: rgb(130,89,191); }

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