#8259BE

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

Shades of True V #8259BE

Tints of True V #8259BE

Color information

#8259BE (or 0x8259BE) is unknown color: approx True V. HEX triplet: 82, 59 and BE. RGB value is (130,89,190). Sum of RGB (Red+Green+Blue) = 130+89+190=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #8259BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259BE is #7DA641. Grayscale: #707070. Windows color (decimal): -8234562 or 12474754. OLE color: 12474754.

HSL color Cylindrical-coordinate representation of color #8259BE: hue angle of 264.36º 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 #8259BE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13089190-
CMYK0.320.5300.25
HSL264.36º43.72%54.71%-
HSV(B)264.36º53.16%74.51%-
XYZ22.0715.6150.56-
YUV112.77171.58140.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=31.78%
G=21.76%
B=46.45%

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
Decimal130891900.320.5300.25264.3643.7254.71
Hex8259BE20350191082c37
Octal20213127640650314105467
Binary10000010101100110111110100000110101011001100001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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