#8345A7

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

Shades of Studio #8345A7

Tints of Studio #8345A7

Color information

#8345A7 (or 0x8345A7) is unknown color: approx Studio. HEX triplet: 83, 45 and A7. RGB value is (131,69,167). Sum of RGB (Red+Green+Blue) = 131+69+167=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #8345A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8345A7 is #7CBA58. Grayscale: #626262. Windows color (decimal): -8174169 or 10962307. OLE color: 10962307.

HSL color Cylindrical-coordinate representation of color #8345A7: hue angle of 277.96º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8345A7 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13169167-
CMYK0.220.5900.35
HSL277.96º41.53%46.27%-
HSV(B)277.96º58.68%65.49%-
XYZ18.4611.8737.88-
YUV98.71166.54151.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 167 (65.62% from 255) = 45.50%
R=35.69%
G=18.80%
B=45.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131691670.220.5900.35277.9641.5346.27
Hex8345A7163B0231162a2e
Octal20310524726730434265256
Binary10000011100010110100111101101110110100011100010110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8345A7; }

 p { color: rgb(131,69,167); }

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

<style>
 a { background-color: #8345A7; }

 a { background-color: rgb(131,69,167); }

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

<style>
 span { border-color: #8345A7; }

 span { border-color: rgb(131,69,167); }

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