#8068C9

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

Shades of True V #8068C9

Tints of True V #8068C9

Color information

#8068C9 (or 0x8068C9) is unknown color: approx True V. HEX triplet: 80, 68 and C9. RGB value is (128,104,201). Sum of RGB (Red+Green+Blue) = 128+104+201=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #8068C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068C9 is #7F9736. Grayscale: #797979. Windows color (decimal): -8361783 or 13199488. OLE color: 13199488.

HSL color Cylindrical-coordinate representation of color #8068C9: hue angle of 254.85º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8068C9 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128104201-
CMYK0.360.4800.21
HSL254.85º47.32%59.8%-
HSV(B)254.85º48.26%78.82%-
XYZ24.418.7157.58-
YUV122.23172.45132.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 201 (78.91% from 255) = 46.42%
R=29.56%
G=24.02%
B=46.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281042010.360.4800.21254.8547.3259.8
Hex8068C92430015ff2f3c
Octal20015031144600253775774
Binary1000000011010001100100110010011000001010111111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8068C9; }

 p { color: rgb(128,104,201); }

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

<style>
 a { background-color: #8068C9; }

 a { background-color: rgb(128,104,201); }

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

<style>
 span { border-color: #8068C9; }

 span { border-color: rgb(128,104,201); }

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