#8339AD

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

Shades of Studio #8339AD

Tints of Studio #8339AD

Color information

#8339AD (or 0x8339AD) is unknown color: approx Studio. HEX triplet: 83, 39 and AD. RGB value is (131,57,173). Sum of RGB (Red+Green+Blue) = 131+57+173=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8339AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8339AD is #7CC652. Grayscale: #5B5B5B. Windows color (decimal): -8177235 or 11352451. OLE color: 11352451.

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

Color convert

RGB13157173-
CMYK0.240.6700.32
HSL278.28º50.43%45.1%-
HSV(B)278.28º67.05%67.84%-
XYZ18.3710.7740.65-
YUV92.35173.52155.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=36.29%
G=15.79%
B=47.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131571730.240.6700.32278.2850.4345.1
Hex8339AD1843020116322d
Octal20371255301030404266255
Binary10000011111001101011011100010000110100000100010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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