#8058C4

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

Shades of True V #8058C4

Tints of True V #8058C4

Color information

#8058C4 (or 0x8058C4) is unknown color: approx True V. HEX triplet: 80, 58 and C4. RGB value is (128,88,196). Sum of RGB (Red+Green+Blue) = 128+88+196=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #8058C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058C4 is #7FA73B. Grayscale: #6F6F6F. Windows color (decimal): -8365884 or 12867712. OLE color: 12867712.

HSL color Cylindrical-coordinate representation of color #8058C4: hue angle of 262.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8058C4 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12888196-
CMYK0.350.5500.23
HSL262.22º47.79%55.69%-
HSV(B)262.22º55.1%76.86%-
XYZ22.3615.5554.05-
YUV112.27175.25139.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=31.07%
G=21.36%
B=47.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128881960.350.5500.23262.2247.7955.69
Hex8058C423370171063038
Octal20013030443670274066070
Binary10000000101100011000100100011110111010111100000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8058C4; }

 p { color: rgb(128,88,196); }

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

<style>
 a { background-color: #8058C4; }

 a { background-color: rgb(128,88,196); }

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

<style>
 span { border-color: #8058C4; }

 span { border-color: rgb(128,88,196); }

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