#8361BA

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

Shades of True V #8361BA

Tints of True V #8361BA

Color information

#8361BA (or 0x8361BA) is unknown color: approx True V. HEX triplet: 83, 61 and BA. RGB value is (131,97,186). Sum of RGB (Red+Green+Blue) = 131+97+186=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #8361BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361BA is #7C9E45. Grayscale: #747474. Windows color (decimal): -8166982 or 12214659. OLE color: 12214659.

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

Color convert

RGB13197186-
CMYK0.300.4800.27
HSL262.92º39.21%55.49%-
HSV(B)262.92º47.85%72.94%-
XYZ22.516.9248.53-
YUV117.31166.76137.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=31.64%
G=23.43%
B=44.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131971860.300.4800.27262.9239.2155.49
Hex8361BA1E3001B1072737
Octal20314127236600334074767
Binary1000001111000011011101011110110000011011100000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8361BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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