#8363BC

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

Shades of True V #8363BC

Tints of True V #8363BC

Color information

#8363BC (or 0x8363BC) is unknown color: approx True V. HEX triplet: 83, 63 and BC. RGB value is (131,99,188). Sum of RGB (Red+Green+Blue) = 131+99+188=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #8363BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363BC is #7C9C43. Grayscale: #767676. Windows color (decimal): -8166468 or 12346243. OLE color: 12346243.

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

Color convert

RGB13199188-
CMYK0.300.4700.26
HSL261.57º39.91%56.27%-
HSV(B)261.57º47.34%73.73%-
XYZ22.917.3849.72-
YUV118.71167.1136.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=31.34%
G=23.68%
B=44.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131991880.300.4700.26261.5739.9156.27
Hex8363BC1E2F01A1062838
Octal20314327436570324065070
Binary1000001111000111011110011110101111011010100000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8363BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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