#8339B4

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

Shades of Studio #8339B4

Tints of Studio #8339B4

Color information

#8339B4 (or 0x8339B4) is unknown color: approx Studio. HEX triplet: 83, 39 and B4. RGB value is (131,57,180). Sum of RGB (Red+Green+Blue) = 131+57+180=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #8339B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339B4 is #7CC64B. Grayscale: #5C5C5C. Windows color (decimal): -8177228 or 11811203. OLE color: 11811203.

HSL color Cylindrical-coordinate representation of color #8339B4: hue angle of 276.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8339B4 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13157180-
CMYK0.270.6800.29
HSL276.1º51.9%46.47%-
HSV(B)276.1º68.33%70.59%-
XYZ19.0611.0544.31-
YUV93.15177.02155-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 180 (70.70% from 255) = 48.91%
R=35.60%
G=15.49%
B=48.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131571800.270.6800.29276.151.946.47
Hex8339B41B4401D114342e
Octal20371264331040354246456
Binary1000001111100110110100110111000100011101100010100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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