#8339AB

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

Shades of Studio #8339AB

Tints of Studio #8339AB

Color information

#8339AB (or 0x8339AB) is unknown color: approx Studio. HEX triplet: 83, 39 and AB. RGB value is (131,57,171). Sum of RGB (Red+Green+Blue) = 131+57+171=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #8339AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8339AB is #7CC654. Grayscale: #5B5B5B. Windows color (decimal): -8177237 or 11221379. OLE color: 11221379.

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

Color convert

RGB13157171-
CMYK0.230.6700.33
HSL278.95º50%44.71%-
HSV(B)278.95º66.67%67.06%-
XYZ18.1710.6939.63-
YUV92.12172.52155.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=36.49%
G=15.88%
B=47.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131571710.230.6700.33278.955044.71
Hex8339AB1743021117322d
Octal20371253271030414276255
Binary10000011111001101010111011110000110100001100010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8339AB; }

 p { color: rgb(131,57,171); }

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

<style>
 a { background-color: #8339AB; }

 a { background-color: rgb(131,57,171); }

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

<style>
 span { border-color: #8339AB; }

 span { border-color: rgb(131,57,171); }

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