#806AC0

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

Shades of True V #806AC0

Tints of True V #806AC0

Color information

#806AC0 (or 0x806AC0) is unknown color: approx True V. HEX triplet: 80, 6A and C0. RGB value is (128,106,192). Sum of RGB (Red+Green+Blue) = 128+106+192=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #806AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806AC0 is #7F953F. Grayscale: #7A7A7A. Windows color (decimal): -8361280 or 12610176. OLE color: 12610176.

HSL color Cylindrical-coordinate representation of color #806AC0: hue angle of 255.35º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806AC0 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128106192-
CMYK0.330.4500.25
HSL255.35º40.57%58.43%-
HSV(B)255.35º44.79%75.29%-
XYZ23.5718.752.24-
YUV122.38167.29132.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=30.05%
G=24.88%
B=45.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281061920.330.4500.25255.3540.5758.43
Hex806AC0212D019ff293a
Octal20015230041550313775172
Binary1000000011010101100000010000110110101100111111111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,106,192); }

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

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

 a { background-color: rgb(128,106,192); }

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

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

 span { border-color: rgb(128,106,192); }

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