#8064CF

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

Shades of True V #8064CF

Tints of True V #8064CF

Color information

#8064CF (or 0x8064CF) is unknown color: approx True V. HEX triplet: 80, 64 and CF. RGB value is (128,100,207). Sum of RGB (Red+Green+Blue) = 128+100+207=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #8064CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064CF is #7F9B30. Grayscale: #787878. Windows color (decimal): -8362801 or 13591680. OLE color: 13591680.

HSL color Cylindrical-coordinate representation of color #8064CF: hue angle of 255.7º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8064CF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128100207-
CMYK0.380.5200.19
HSL255.7º52.71%60.2%-
HSV(B)255.7º51.69%81.18%-
XYZ24.7218.2161.24-
YUV120.57176.78133.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=29.43%
G=22.99%
B=47.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281002070.380.5200.19255.752.7160.2
Hex8064CF2634013100353c
Octal20014431746640234006574
Binary10000000110010011001111100110110100010011100000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8064CF; }

 p { color: rgb(128,100,207); }

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

<style>
 a { background-color: #8064CF; }

 a { background-color: rgb(128,100,207); }

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

<style>
 span { border-color: #8064CF; }

 span { border-color: rgb(128,100,207); }

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