#806BBB

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

Shades of True V #806BBB

Tints of True V #806BBB

Color information

#806BBB (or 0x806BBB) is unknown color: approx True V. HEX triplet: 80, 6B and BB. RGB value is (128,107,187). Sum of RGB (Red+Green+Blue) = 128+107+187=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #806BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BBB is #7F9444. Grayscale: #7A7A7A. Windows color (decimal): -8361029 or 12282752. OLE color: 12282752.

HSL color Cylindrical-coordinate representation of color #806BBB: hue angle of 255.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806BBB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128107187-
CMYK0.320.4300.27
HSL255.75º37.04%57.65%-
HSV(B)255.75º42.78%73.33%-
XYZ23.1318.6949.4-
YUV122.4164.46132-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=30.33%
G=25.36%
B=44.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281071870.320.4300.27255.7537.0457.65
Hex806BBB202B01B100253a
Octal20015327340530334004572
Binary10000000110101110111011100000101011011011100000000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806BBB; }

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

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

<style>
 a { background-color: #806BBB; }

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

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

<style>
 span { border-color: #806BBB; }

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

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