#805FBB

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

Shades of True V #805FBB

Tints of True V #805FBB

Color information

#805FBB (or 0x805FBB) is unknown color: approx True V. HEX triplet: 80, 5F and BB. RGB value is (128,95,187). Sum of RGB (Red+Green+Blue) = 128+95+187=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #805FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FBB is #7FA044. Grayscale: #737373. Windows color (decimal): -8364101 or 12279680. OLE color: 12279680.

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

Color convert

RGB12895187-
CMYK0.320.4900.27
HSL261.52º40.35%55.29%-
HSV(B)261.52º49.2%73.33%-
XYZ21.9616.3649.01-
YUV115.35168.43137.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=31.22%
G=23.17%
B=45.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128951870.320.4900.27261.5240.3555.29
Hex805FBB203101B1062837
Octal20013727340610334065067
Binary10000000101111110111011100000110001011011100000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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