#8344AA

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

Shades of Studio #8344AA

Tints of Studio #8344AA

Color information

#8344AA (or 0x8344AA) is unknown color: approx Studio. HEX triplet: 83, 44 and AA. RGB value is (131,68,170). Sum of RGB (Red+Green+Blue) = 131+68+170=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8344AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8344AA is #7CBB55. Grayscale: #626262. Windows color (decimal): -8174422 or 11158659. OLE color: 11158659.

HSL color Cylindrical-coordinate representation of color #8344AA: hue angle of 277.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8344AA is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13168170-
CMYK0.230.600.33
HSL277.06º42.86%46.67%-
HSV(B)277.06º60%66.67%-
XYZ18.6811.8639.34-
YUV98.46168.37151.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=35.50%
G=18.43%
B=46.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131681700.230.600.33277.0642.8646.67
Hex8344AA173C0211152b2f
Octal20310425227740414255357
Binary10000011100010010101010101111111000100001100010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8344AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8344AA; }

 p { color: rgb(131,68,170); }

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

<style>
 a { background-color: #8344AA; }

 a { background-color: rgb(131,68,170); }

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

<style>
 span { border-color: #8344AA; }

 span { border-color: rgb(131,68,170); }

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