#8263BC

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

Shades of True V #8263BC

Tints of True V #8263BC

Color information

#8263BC (or 0x8263BC) is unknown color: approx True V. HEX triplet: 82, 63 and BC. RGB value is (130,99,188). Sum of RGB (Red+Green+Blue) = 130+99+188=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #8263BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263BC is #7D9C43. Grayscale: #767676. Windows color (decimal): -8232004 or 12346242. OLE color: 12346242.

HSL color Cylindrical-coordinate representation of color #8263BC: hue angle of 260.9º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8263BC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13099188-
CMYK0.310.4700.26
HSL260.9º39.91%56.27%-
HSV(B)260.9º47.34%73.73%-
XYZ22.7417.349.72-
YUV118.42167.27136.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=31.18%
G=23.74%
B=45.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130991880.310.4700.26260.939.9156.27
Hex8263BC1F2F01A1052838
Octal20214327437570324055070
Binary1000001011000111011110011111101111011010100000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8263BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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