#8065CC

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

Shades of True V #8065CC

Tints of True V #8065CC

Color information

#8065CC (or 0x8065CC) is unknown color: approx True V. HEX triplet: 80, 65 and CC. RGB value is (128,101,204). Sum of RGB (Red+Green+Blue) = 128+101+204=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #8065CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065CC is #7F9A33. Grayscale: #787878. Windows color (decimal): -8362548 or 13395328. OLE color: 13395328.

HSL color Cylindrical-coordinate representation of color #8065CC: hue angle of 255.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8065CC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128101204-
CMYK0.370.5000.2
HSL255.73º50.24%59.8%-
HSV(B)255.73º50.49%80%-
XYZ24.4518.2659.36-
YUV120.82174.95133.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=29.56%
G=23.33%
B=47.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281012040.370.5000.2255.7350.2459.8
Hex8065CC2532014100323c
Octal20014531445620244006274
Binary10000000110010111001100100101110010010100100000000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8065CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8065CC; }

 p { color: rgb(128,101,204); }

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

<style>
 a { background-color: #8065CC; }

 a { background-color: rgb(128,101,204); }

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

<style>
 span { border-color: #8065CC; }

 span { border-color: rgb(128,101,204); }

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