#8042BC

Color #8042BC Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8042BC

Tints of Studio #8042BC

Color information

#8042BC (or 0x8042BC) is unknown color: approx Studio. HEX triplet: 80, 42 and BC. RGB value is (128,66,188). Sum of RGB (Red+Green+Blue) = 128+66+188=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #8042BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8042BC is #7FBD43. Grayscale: #626262. Windows color (decimal): -8371524 or 12337792. OLE color: 12337792.

HSL color Cylindrical-coordinate representation of color #8042BC: hue angle of 270.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8042BC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12866188-
CMYK0.320.6500.26
HSL270.49º48.03%49.8%-
HSV(B)270.49º64.89%73.73%-
XYZ19.9312.1248.87-
YUV98.45178.54149.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=33.51%
G=17.28%
B=49.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128661880.320.6500.26270.4948.0349.8
Hex8042BC204101A10e3032
Octal200102274401010324166062
Binary100000001000010101111001000001000001011010100001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8042BC; }

 p { color: rgb(128,66,188); }

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

<style>
 a { background-color: #8042BC; }

 a { background-color: rgb(128,66,188); }

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

<style>
 span { border-color: #8042BC; }

 span { border-color: rgb(128,66,188); }

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