#8259C1

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

Shades of True V #8259C1

Tints of True V #8259C1

Color information

#8259C1 (or 0x8259C1) is unknown color: approx True V. HEX triplet: 82, 59 and C1. RGB value is (130,89,193). Sum of RGB (Red+Green+Blue) = 130+89+193=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #8259C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259C1 is #7DA63E. Grayscale: #707070. Windows color (decimal): -8234559 or 12671362. OLE color: 12671362.

HSL color Cylindrical-coordinate representation of color #8259C1: hue angle of 263.65º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8259C1 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13089193-
CMYK0.330.5400.24
HSL263.65º45.61%55.29%-
HSV(B)263.65º53.89%75.69%-
XYZ22.415.7452.31-
YUV113.12173.08140.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=31.55%
G=21.60%
B=46.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130891930.330.5400.24263.6545.6155.29
Hex8259C121360181082e37
Octal20213130141660304105667
Binary10000010101100111000001100001110110011000100001000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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