#8160CC

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

Shades of True V #8160CC

Tints of True V #8160CC

Color information

#8160CC (or 0x8160CC) is unknown color: approx True V. HEX triplet: 81, 60 and CC. RGB value is (129,96,204). Sum of RGB (Red+Green+Blue) = 129+96+204=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8160CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160CC is #7E9F33. Grayscale: #757575. Windows color (decimal): -8298292 or 13394049. OLE color: 13394049.

HSL color Cylindrical-coordinate representation of color #8160CC: hue angle of 258.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8160CC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12996204-
CMYK0.370.5300.2
HSL258.33º51.43%58.82%-
HSV(B)258.33º52.94%80%-
XYZ24.1417.3959.21-
YUV118.18176.43135.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=30.07%
G=22.38%
B=47.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129962040.370.5300.2258.3351.4358.82
Hex8160CC2535014102333b
Octal20114031445650244026373
Binary10000001110000011001100100101110101010100100000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8160CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8160CC; }

 p { color: rgb(129,96,204); }

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

<style>
 a { background-color: #8160CC; }

 a { background-color: rgb(129,96,204); }

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

<style>
 span { border-color: #8160CC; }

 span { border-color: rgb(129,96,204); }

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