#8061C2

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

Shades of True V #8061C2

Tints of True V #8061C2

Color information

#8061C2 (or 0x8061C2) is unknown color: approx True V. HEX triplet: 80, 61 and C2. RGB value is (128,97,194). Sum of RGB (Red+Green+Blue) = 128+97+194=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #8061C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061C2 is #7F9E3D. Grayscale: #747474. Windows color (decimal): -8363582 or 12738944. OLE color: 12738944.

HSL color Cylindrical-coordinate representation of color #8061C2: hue angle of 259.18º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8061C2 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12897194-
CMYK0.340.5000.24
HSL259.18º44.29%57.06%-
HSV(B)259.18º50%76.08%-
XYZ22.9117.0353.12-
YUV117.33171.27135.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 194 (76.17% from 255) = 46.30%
R=30.55%
G=23.15%
B=46.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128971940.340.5000.24259.1844.2957.06
Hex8061C222320181032c39
Octal20014130242620304035471
Binary10000000110000111000010100010110010011000100000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8061C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8061C2; }

 p { color: rgb(128,97,194); }

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

<style>
 a { background-color: #8061C2; }

 a { background-color: rgb(128,97,194); }

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

<style>
 span { border-color: #8061C2; }

 span { border-color: rgb(128,97,194); }

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