#8341A9

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

Shades of Studio #8341A9

Tints of Studio #8341A9

Color information

#8341A9 (or 0x8341A9) is unknown color: approx Studio. HEX triplet: 83, 41 and A9. RGB value is (131,65,169). Sum of RGB (Red+Green+Blue) = 131+65+169=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #8341A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341A9 is #7CBE56. Grayscale: #606060. Windows color (decimal): -8175191 or 11092355. OLE color: 11092355.

HSL color Cylindrical-coordinate representation of color #8341A9: hue angle of 278.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8341A9 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13165169-
CMYK0.220.6200.34
HSL278.08º44.44%45.88%-
HSV(B)278.08º61.54%66.27%-
XYZ18.4111.4738.78-
YUV96.59168.87152.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=35.89%
G=17.81%
B=46.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131651690.220.6200.34278.0844.4445.88
Hex8341A9163E0221162c2e
Octal20310125126760424265456
Binary10000011100000110101001101101111100100010100010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8341A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8341A9; }

 p { color: rgb(131,65,169); }

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

<style>
 a { background-color: #8341A9; }

 a { background-color: rgb(131,65,169); }

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

<style>
 span { border-color: #8341A9; }

 span { border-color: rgb(131,65,169); }

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