#8343AA

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

Shades of Studio #8343AA

Tints of Studio #8343AA

Color information

#8343AA (or 0x8343AA) is unknown color: approx Studio. HEX triplet: 83, 43 and AA. RGB value is (131,67,170). Sum of RGB (Red+Green+Blue) = 131+67+170=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #8343AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8343AA is #7CBC55. Grayscale: #616161. Windows color (decimal): -8174678 or 11158403. OLE color: 11158403.

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

Color convert

RGB13167170-
CMYK0.230.6100.33
HSL277.28º43.46%46.47%-
HSV(B)277.28º60.59%66.67%-
XYZ18.6211.7439.32-
YUV97.88168.7151.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=35.60%
G=18.21%
B=46.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131671700.230.6100.33277.2843.4646.47
Hex8343AA173D0211152b2e
Octal20310325227750414255356
Binary10000011100001110101010101111111010100001100010101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8343AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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