#8038AA

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

Shades of Studio #8038AA

Tints of Studio #8038AA

Color information

#8038AA (or 0x8038AA) is unknown color: approx Studio. HEX triplet: 80, 38 and AA. RGB value is (128,56,170). Sum of RGB (Red+Green+Blue) = 128+56+170=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #8038AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8038AA is #7FC755. Grayscale: #5A5A5A. Windows color (decimal): -8374102 or 11155584. OLE color: 11155584.

HSL color Cylindrical-coordinate representation of color #8038AA: hue angle of 277.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8038AA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12856170-
CMYK0.250.6700.33
HSL277.89º50.44%44.31%-
HSV(B)277.89º67.06%66.67%-
XYZ17.5710.3239.1-
YUV90.52172.85154.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=36.16%
G=15.82%
B=48.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128561700.250.6700.33277.8950.4444.31
Hex8038AA1943021116322c
Octal20070252311030414266254
Binary10000000111000101010101100110000110100001100010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8038AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8038AA; }

 p { color: rgb(128,56,170); }

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

<style>
 a { background-color: #8038AA; }

 a { background-color: rgb(128,56,170); }

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

<style>
 span { border-color: #8038AA; }

 span { border-color: rgb(128,56,170); }

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