#8062BB

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

Shades of True V #8062BB

Tints of True V #8062BB

Color information

#8062BB (or 0x8062BB) is unknown color: approx True V. HEX triplet: 80, 62 and BB. RGB value is (128,98,187). Sum of RGB (Red+Green+Blue) = 128+98+187=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #8062BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062BB is #7F9D44. Grayscale: #747474. Windows color (decimal): -8363333 or 12280448. OLE color: 12280448.

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

Color convert

RGB12898187-
CMYK0.320.4800.27
HSL260.22º39.56%55.88%-
HSV(B)260.22º47.59%73.33%-
XYZ22.2416.9149.11-
YUV117.12167.44135.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=30.99%
G=23.73%
B=45.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128981870.320.4800.27260.2239.5655.88
Hex8062BB203001B1042838
Octal20014227340600334045070
Binary10000000110001010111011100000110000011011100000100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8062BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8062BB; }

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

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

<style>
 a { background-color: #8062BB; }

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

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

<style>
 span { border-color: #8062BB; }

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

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