#805FBC

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

Shades of True V #805FBC

Tints of True V #805FBC

Color information

#805FBC (or 0x805FBC) is unknown color: approx True V. HEX triplet: 80, 5F and BC. RGB value is (128,95,188). Sum of RGB (Red+Green+Blue) = 128+95+188=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #805FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FBC is #7FA043. Grayscale: #737373. Windows color (decimal): -8364100 or 12345216. OLE color: 12345216.

HSL color Cylindrical-coordinate representation of color #805FBC: hue angle of 261.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805FBC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12895188-
CMYK0.320.4900.26
HSL261.29º40.97%55.49%-
HSV(B)261.29º49.47%73.73%-
XYZ22.0716.449.58-
YUV115.47168.93136.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=31.14%
G=23.11%
B=45.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128951880.320.4900.26261.2940.9755.49
Hex805FBC203101A1052937
Octal20013727440610324055167
Binary10000000101111110111100100000110001011010100000101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805FBC; }

 p { color: rgb(128,95,188); }

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

<style>
 a { background-color: #805FBC; }

 a { background-color: rgb(128,95,188); }

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

<style>
 span { border-color: #805FBC; }

 span { border-color: rgb(128,95,188); }

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