#8069C3

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

Shades of True V #8069C3

Tints of True V #8069C3

Color information

#8069C3 (or 0x8069C3) is unknown color: approx True V. HEX triplet: 80, 69 and C3. RGB value is (128,105,195). Sum of RGB (Red+Green+Blue) = 128+105+195=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #8069C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069C3 is #7F963C. Grayscale: #797979. Windows color (decimal): -8361533 or 12806528. OLE color: 12806528.

HSL color Cylindrical-coordinate representation of color #8069C3: hue angle of 255.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8069C3 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB128105195-
CMYK0.340.4600.24
HSL255.33º42.86%58.82%-
HSV(B)255.33º46.15%76.47%-
XYZ23.818.6353.97-
YUV122.14169.12132.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 195 (76.56% from 255) = 45.56%
R=29.91%
G=24.53%
B=45.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281051950.340.4600.24255.3342.8658.82
Hex8069C3222E018ff2b3b
Octal20015130342560303775373
Binary1000000011010011100001110001010111001100011111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8069C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8069C3; }

 p { color: rgb(128,105,195); }

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

<style>
 a { background-color: #8069C3; }

 a { background-color: rgb(128,105,195); }

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

<style>
 span { border-color: #8069C3; }

 span { border-color: rgb(128,105,195); }

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