#8263BF

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

Shades of True V #8263BF

Tints of True V #8263BF

Color information

#8263BF (or 0x8263BF) is unknown color: approx True V. HEX triplet: 82, 63 and BF. RGB value is (130,99,191). Sum of RGB (Red+Green+Blue) = 130+99+191=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8263BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263BF is #7D9C40. Grayscale: #767676. Windows color (decimal): -8232001 or 12542850. OLE color: 12542850.

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

Color convert

RGB13099191-
CMYK0.320.4800.25
HSL260.22º41.82%56.86%-
HSV(B)260.22º48.17%74.9%-
XYZ23.0717.4351.44-
YUV118.76168.77136.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 191 (75% from 255) = 45.48%
R=30.95%
G=23.57%
B=45.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130991910.320.4800.25260.2241.8256.86
Hex8263BF20300191042a39
Octal20214327740600314045271
Binary10000010110001110111111100000110000011001100000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8263BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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