#8163C1

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

Shades of True V #8163C1

Tints of True V #8163C1

Color information

#8163C1 (or 0x8163C1) is unknown color: approx True V. HEX triplet: 81, 63 and C1. RGB value is (129,99,193). Sum of RGB (Red+Green+Blue) = 129+99+193=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #8163C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8163C1 is #7E9C3E. Grayscale: #767676. Windows color (decimal): -8297535 or 12673921. OLE color: 12673921.

HSL color Cylindrical-coordinate representation of color #8163C1: hue angle of 259.15º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8163C1 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12999193-
CMYK0.330.4900.24
HSL259.15º43.12%57.25%-
HSV(B)259.15º48.7%75.69%-
XYZ23.1417.4452.6-
YUV118.69169.94135.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=30.64%
G=23.52%
B=45.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129991930.330.4900.24259.1543.1257.25
Hex8163C121310181032b39
Octal20114330141610304035371
Binary10000001110001111000001100001110001011000100000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8163C1; }

 p { color: rgb(129,99,193); }

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

<style>
 a { background-color: #8163C1; }

 a { background-color: rgb(129,99,193); }

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

<style>
 span { border-color: #8163C1; }

 span { border-color: rgb(129,99,193); }

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