#8439AF

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

Shades of Studio #8439AF

Tints of Studio #8439AF

Color information

#8439AF (or 0x8439AF) is unknown color: approx Studio. HEX triplet: 84, 39 and AF. RGB value is (132,57,175). Sum of RGB (Red+Green+Blue) = 132+57+175=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #8439AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8439AF is #7BC650. Grayscale: #5C5C5C. Windows color (decimal): -8111697 or 11483524. OLE color: 11483524.

HSL color Cylindrical-coordinate representation of color #8439AF: hue angle of 278.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8439AF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13257175-
CMYK0.250.6700.31
HSL278.14º50.86%45.49%-
HSV(B)278.14º67.43%68.63%-
XYZ18.7210.9341.68-
YUV92.88174.35155.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=36.26%
G=15.66%
B=48.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132571750.250.6700.31278.1450.8645.49
Hex8439AF194301F116332d
Octal20471257311030374266355
Binary1000010011100110101111110011000011011111100010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8439AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8439AF; }

 p { color: rgb(132,57,175); }

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

<style>
 a { background-color: #8439AF; }

 a { background-color: rgb(132,57,175); }

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

<style>
 span { border-color: #8439AF; }

 span { border-color: rgb(132,57,175); }

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