#8363BA

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

Shades of True V #8363BA

Tints of True V #8363BA

Color information

#8363BA (or 0x8363BA) is unknown color: approx True V. HEX triplet: 83, 63 and BA. RGB value is (131,99,186). Sum of RGB (Red+Green+Blue) = 131+99+186=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #8363BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363BA is #7C9C45. Grayscale: #767676. Windows color (decimal): -8166470 or 12215171. OLE color: 12215171.

HSL color Cylindrical-coordinate representation of color #8363BA: hue angle of 262.07º 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 #8363BA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13199186-
CMYK0.300.4700.27
HSL262.07º38.67%55.88%-
HSV(B)262.07º46.77%72.94%-
XYZ22.6817.2948.6-
YUV118.49166.1136.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=31.49%
G=23.80%
B=44.71%

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
Decimal131991860.300.4700.27262.0738.6755.88
Hex8363BA1E2F01B1062738
Octal20314327236570334064770
Binary1000001111000111011101011110101111011011100000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8363BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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