#8263BA

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

Shades of True V #8263BA

Tints of True V #8263BA

Color information

#8263BA (or 0x8263BA) is unknown color: approx True V. HEX triplet: 82, 63 and BA. RGB value is (130,99,186). Sum of RGB (Red+Green+Blue) = 130+99+186=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #8263BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263BA is #7D9C45. Grayscale: #757575. Windows color (decimal): -8232006 or 12215170. OLE color: 12215170.

HSL color Cylindrical-coordinate representation of color #8263BA: hue angle of 261.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8263BA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13099186-
CMYK0.300.4700.27
HSL261.38º38.67%55.88%-
HSV(B)261.38º46.77%72.94%-
XYZ22.5317.2148.59-
YUV118.19166.27136.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=31.33%
G=23.86%
B=44.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130991860.300.4700.27261.3838.6755.88
Hex8263BA1E2F01B1052738
Octal20214327236570334054770
Binary1000001011000111011101011110101111011011100000101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8263BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8263BA; }

 p { color: rgb(130,99,186); }

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

<style>
 a { background-color: #8263BA; }

 a { background-color: rgb(130,99,186); }

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

<style>
 span { border-color: #8263BA; }

 span { border-color: rgb(130,99,186); }

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